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.
- Host: GitHub
- URL: https://github.com/christian-thiele/datahub_postgres
- Owner: christian-thiele
- License: apache-2.0
- Created: 2023-10-22T13:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T12:33:34.000Z (over 1 year ago)
- Last Synced: 2025-10-23T06:56:29.456Z (9 months ago)
- Topics: dart, datahub, orm, orm-framework, postgresql
- Language: Dart
- Homepage: https://datahubproject.net
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
DataHub PostgreSQL Extension
This library is part of the DataHub Project.
https://datahubproject.net



> 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