https://github.com/ethiclab/dbfactory
An abstraction for read/write access to datasources like mongodb and github using a number of different modes for abstracting collections and objects.
https://github.com/ethiclab/dbfactory
Last synced: 2 months ago
JSON representation
An abstraction for read/write access to datasources like mongodb and github using a number of different modes for abstracting collections and objects.
- Host: GitHub
- URL: https://github.com/ethiclab/dbfactory
- Owner: ethiclab
- Created: 2020-10-14T15:35:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T17:56:47.000Z (over 4 years ago)
- Last Synced: 2026-01-03T20:31:16.983Z (6 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbfactory
An abstraction for read/write access to datasources like mongodb and github using a number of different modes for abstracting collections and objects.
npm install @ethiclab/dbfactory
# status
Development in progress.
Currently it supports git text files only.
# usage
See `test/` folder.