Skip to content

authpass/postgres_utils.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A few utilities to make it easier to work with postgresql database.

Uses the pub postgres package internally

Usage

see 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.

About

Dart utilities for SQL and postgres backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages