static_postgres_orm 0.0.2-dev.3 copy "static_postgres_orm: ^0.0.2-dev.3" to clipboard
static_postgres_orm: ^0.0.2-dev.3 copied to clipboard

outdated

A library of static ORMs for the PostgreSQL database. This package allows you to generate classes to abstract the four basic data manipulation operations. Avoiding syntax errors and automating some si [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add static_postgres_orm

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

dependencies:
  static_postgres_orm: ^0.0.2-dev.3

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:static_postgres_orm/static_postgres_orm.dart';
0
likes
0
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

A library of static ORMs for the PostgreSQL database. This package allows you to generate classes to abstract the four basic data manipulation operations. Avoiding syntax errors and automating some simple tasks.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

buffer, collection, crypto, dartz, data_db, intl

More

Packages that depend on static_postgres_orm