Skip to content

Uziniii/json-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORM And JSON Database in Node.JS

In-Memory key value and table database stored with json file.

  • In-Memory
  • Persistant
  • Encrypt Data (SHA256 & SHA512)
    • String
    • Number
    • Boolean
    • Array
    • Object (JSON)
    • Buffer
    • BigInt
    • Date
  • Type Checking
  • Key Value
  • Table
  • Index
  • Foreign
  • Auto-increment
  • CLI Helpers

Type supported

  • String
  • Number
  • Boolean
  • Array
  • Object (JSON)
  • Undefined
  • Null
  • Buffer
  • BigInt
  • Date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages