https://github.com/noflo/noflo-assembly-db
Reusable database components for NoFlo Assembly Lines
https://github.com/noflo/noflo-assembly-db
database-component knex noflo
Last synced: 7 months ago
JSON representation
Reusable database components for NoFlo Assembly Lines
- Host: GitHub
- URL: https://github.com/noflo/noflo-assembly-db
- Owner: noflo
- License: mit
- Created: 2017-04-10T19:56:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T10:09:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T21:28:45.004Z (over 1 year ago)
- Topics: database-component, knex, noflo
- Language: JavaScript
- Size: 60.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoFlo Assembly DB [](https://greenkeeper.io/) [](https://travis-ci.org/noflo/noflo-assembly-db)
Reusable [Knex.js](http://knexjs.org/) database components for NoFlo Assembly Lines.
## Concept
[NoFlo Assembly Line](https://github.com/noflo/noflo-assembly) proposes hitting your application (i.e. business) goals first, reusability second. A concept similar to [Harvested Framework](https://martinfowler.com/bliki/HarvestedFramework.html).
Thus, many if not most components in NoFlo Assembly applications would prefer to call [Knex.js](http://knexjs.org/) directly as they like (with all the `join`'s and fine-tuning needed). But those patterns which appear to be very repetitive are exported to this library for reuse.