postgres_adapter 0.0.6
postgres_adapter: ^0.0.6 copied to clipboard
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.