2.2.2 • Published 10 years ago

sqlwatcher v2.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

sqlwatcher

Watch SQL files and have them automatically executed on a database. Perfect for handling a set of SQL functions you're working on.

Version Tests Stability Dependencies

using

First have a directory of SQL files:

├── designer_matching/
│   ├── array_search.sql
│   ├── client_room_score.sql
│   ├── designer_room_score.sql
│   ├── matching_score.sql
│   ├── raw_room_score.sql
│   ├── raw_style_score.sql
│   └── style_score.sql
└── rewrite_activities_for_v2_activities.sql

Each of these designer_matching/ files is a function, view, or table. While working on these functions you'll find yourself wanting to have them update the server's version. This is where sqlwatcher comes in:

$ sqlwatcher adapter:pg pattern:designer_matching/*.sql

Now when you change those files, you'll also be executing those files.

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago