postgres_adapter 0.0.8 copy "postgres_adapter: ^0.0.8" to clipboard
postgres_adapter: ^0.0.8 copied to clipboard

Dart 1 only

A pub package

PostgresAdapter #

This is an adapter for the Dart ActiveRecord implementation. It is based on xxgregs postgres adapter for Dart.

Instantiate a postgres adapter via its constructor. The constructor needs a uri in the following form:

postgres://<username>:<password>@<host>:<port>/<database>

The postgres adapter is also capable of some raw postgres actions through the modelsWhere-method. Via this method, it is possible to harness the full power of the postgres database.

0
likes
15
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A pub package

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

activerecord, logging, postgresql

More

Packages that depend on postgres_adapter