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

outdatedDart 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
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A pub package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

activerecord, logging, postgresql

More

Packages that depend on postgres_adapter