We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f966a0 commit 2e8dff3Copy full SHA for 2e8dff3
README.md
@@ -6,6 +6,15 @@ Uses the pub [postgres](https://pub.dev/packages/postgres) package internally
6
7
see [example/lib/main.dart](example/lib/main.dart).
8
9
+## Features
10
+
11
+It provides the following utilities.
12
13
+* Utilities for creating and dropping databases and tables.
14
+* Some very trivial Migration handling
15
+* Utility methods for common insert/update queries.
16
+* Easy transaction management.
17
18
## Examples
19
20
Check out https://github.com/authpass/authpass-cloud for a project using this package.
0 commit comments