bluey
v0.2.1
Published
A Database Access Layer that provides a model like interface without being an ORM.
Downloads
2
Readme
Bluey
A Database Access Layer that provides a similar features and interface to an ORM without contaminating data with model artifacts.
Bluey has the concept of a model where you can define a schema to run validations against and assist with quering. When data fetched Bluey returns standard Javascript hash objects. It does not instantiate a model or wrap the data.