somewhere.js is a very lightweight solution when you need a data storage environment for your applications but don't want to over-complicate your work by using big database engines like MySQL, PostgreSQL, Cassandra, etc..
This small database engine saves data in the server's memory, and persists it on disk when necessary.
Basic methods for creating new databases, establishing a database connection, saving the data, or finding data inside a somewhere.js DB are included.
Additionally database records can also be updated or removed, and entire databases whipped when not needed anymore.
Usage instructions are provided with the package's README file.
Requirements:
- Node.js
Comments not found