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

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

Awesome Lists containing this project

README

          

# NoFlo Assembly DB [![Greenkeeper badge](https://badges.greenkeeper.io/noflo/noflo-assembly-db.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/noflo/noflo-assembly-db.svg?branch=master)](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.