https://github.com/authpass/postgres_utils.dart
Dart utilities for SQL and postgres backend.
https://github.com/authpass/postgres_utils.dart
Last synced: 8 months ago
JSON representation
Dart utilities for SQL and postgres backend.
- Host: GitHub
- URL: https://github.com/authpass/postgres_utils.dart
- Owner: authpass
- License: mit
- Created: 2020-07-23T08:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T11:08:24.000Z (over 1 year ago)
- Last Synced: 2025-04-24T05:46:49.886Z (8 months ago)
- Language: Dart
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A few utilities to make it easier to work with postgresql database.
Uses the pub [postgres](https://pub.dev/packages/postgres) package internally
## Usage
see [example/lib/main.dart](example/lib/main.dart).
## Features
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.
## Examples
Check out https://github.com/authpass/authpass-cloud for a project using this package.
## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/authpass/postgres_utils.dart/issues