Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 228 Bytes

dbms_badger

database management system implement badgerdb ( github.com/dgraph-io/badger/v3 )

move to https://github.com/unsafe-risk/dbms

support range type

  • beginWith
  • between
  • gt
  • ge
  • lt
  • le
  • eq
  • ne