A few utilities to make it easier to work with postgresql database.
Uses the pub postgres package internally
It provides the following utilities.
- Utilities for creating and dropping databases and tables.
- Some very trivial Migration handling
- Utility methods for common insert/update queries.
- Easy transaction management.
Check out https://github.com/authpass/authpass-cloud for a project using this package.
Please file feature requests and bugs at the issue tracker.