Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 329 Bytes

File metadata and controls

6 lines (5 loc) · 329 Bytes

database-smith

Database Smith is a framework for building database applications in nodejs

The primary interface to Database Smith is the session. Using the session, javascript objects are mapped to database objects or rows. Session supports simple create, read, update, and delete operations as well as more complex queries.