drift/drift_dev
westito fad654a5aa
PostgreSQL support (#1507)
Support PostgreSQL as a dialect in the main package and with an implementation provided in another package.

Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-11-11 14:40:41 +01:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib PostgreSQL support (#1507) 2021-11-11 14:40:41 +01:00
test PostgreSQL support (#1507) 2021-11-11 14:40:41 +01:00
tool Move generator to drift_dev 2021-10-08 18:10:48 +02:00
CHANGELOG.md Write explicitly inxed variables in new code 2021-10-19 18:15:53 +02:00
LICENSE Move generator to drift_dev 2021-10-08 18:10:48 +02:00
README.md Prepare moor 4.6.0 release 2021-10-12 14:26:53 +02:00
analysis_options.yaml Move generator to drift_dev 2021-10-08 18:10:48 +02:00
build.yaml Fix resolving Dart code in drift files 2021-10-10 22:01:59 +02:00
dart_test.yaml Move generator to drift_dev 2021-10-08 18:10:48 +02:00
drift_dev.build.yaml PostgreSQL support (#1507) 2021-11-11 14:40:41 +01:00
pubspec.yaml Write explicitly inxed variables in new code 2021-10-19 18:15:53 +02:00

README.md

Drift Generator

This library contains the generator that turns your Table classes from drift into database code. It should be used as a development dependency when using the drift package.

Please see the homepage of drift for details on how to use this package.