An open API service indexing awesome lists of open source software.

https://github.com/christian-thiele/datahub_postgres

PostgreSQL peristence adapter for DataHub.
https://github.com/christian-thiele/datahub_postgres

dart datahub orm orm-framework postgresql

Last synced: about 2 months ago
JSON representation

PostgreSQL peristence adapter for DataHub.

Awesome Lists containing this project

README

          



DataHub PostgreSQL Extension



This library is part of the DataHub Project.

https://datahubproject.net

![Pub Version](https://img.shields.io/pub/v/datahub_postgres?color=2CB7F6&label=pub.dev&logo=dart&style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/christian-thiele/datahub_postgres?style=flat-square)
![Pub Likes](https://img.shields.io/pub/likes/datahub_postgres?color=2CB7F6&label=pub.dev%20likes&style=flat-square)

> DataHub is a Cloud Development Ecosystem aiming to bring the power of Dart into the Cloud.

*DataHub is still under development and is not to be considered production ready. Comprehensive documentation is yet to
be released.*

---

### Features

This library contains an implementation of DataHub's persistence interface.
It works as an adapter between DataHub and the [postgres](https://pub.dev/packages/postgres) dart library.

### Usage

Add `datahub_postgres` to the `dependencies` section of your projects
`pubspec.yaml` file, or simply run:

```shell
$ dart pub add datahub_postgres
```

[1]: https://github.com/christian-thiele/datahub