Package Exports
- tessradb
- tessradb/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tessradb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
| RU | EN |
|---|
TessraDB
TessraDB is local noSQL database
TODO 1.0.0
- Creating a DB
- Create collection (createCollection)
- Read all collections (db.collections)
- Insert documents to collection (insert, insertMany)
- Delete documents from collection (delete, deleteMany)
- Find documents in collection (functions find, findOne like in mongodb, but without atomic operations(for now)
- Replace documents by value (replace, replaceOne)
- Update documents by value (update, updateOne)