JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q44527F
  • License MIT

A local noSQL database

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

Travis (.com) Coveralls FOSSA Status

TessraDB

TessraDB is local noSQL database

TODO 1.0.0

  • Creating a DB
  • Create collection (createCollection)
  • Read all collections (db.collections)
  • Get collection by name (db.getCollection())
  • 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)