typesafe_postgrest 0.2.4 copy "typesafe_postgrest: ^0.2.4" to clipboard
typesafe_postgrest: ^0.2.4 copied to clipboard

A dart package that enables type-safe PostgREST queries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add typesafe_postgrest

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  typesafe_postgrest: ^0.2.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:typesafe_postgrest/typesafe_postgrest.dart';
1
likes
0
points
522
downloads

Publisher

verified publisherjakesmd.dev

Weekly Downloads

A dart package that enables type-safe PostgREST queries.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, meta, postgrest, source_gen

More

Packages that depend on typesafe_postgrest