Skip to content

Commit 2e8dff3

Browse files
committed
update readme
1 parent 1f966a0 commit 2e8dff3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Uses the pub [postgres](https://pub.dev/packages/postgres) package internally
66

77
see [example/lib/main.dart](example/lib/main.dart).
88

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+
918
## Examples
1019

1120
Check out https://github.com/authpass/authpass-cloud for a project using this package.

0 commit comments

Comments
 (0)