sql2dart 0.0.4 copy "sql2dart: ^0.0.4" to clipboard
sql2dart: ^0.0.4 copied to clipboard

Generate dart type definitions from PostgreSQL database schema.

example/README.md

The sample output was generated for the auth schema of supabase with following command:

  • From the project root directory, run:
dart bin/sql2dart.dart -c postgresql://postgres:postgres@localhost:54322/postgres -o example/sample_output -s auth 

Note: make sure supabase start is running.

0
likes
125
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Generate dart type definitions from PostgreSQL database schema.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, built_collection, cli_util, code_builder, dart_style, meta, path, postgres

More

Packages that depend on sql2dart