Skip to content

Roky360/nosql-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-SQL Database

A No-SQL database built from scratch in C++.


Planned Features

  • Collections and documents structure
  • Fetch documents and fields in documents (CRUD operations - create, read, update, delete)
  • Transactions (With "Serializable" isolation level, meaning allowing multiple read transactions or one write transaction at the same time)
  • Conditional querying
  • Range querying
  • Indexing mechanisms
  • Data types:
    • int
    • float
    • string
    • bool
    • bytearray
    • array
    • datetime
  • Listeners 🫢🫢
  • CMD interface for querying data

About

A No-SQL database built from scratch in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published