Skip to content

unusualpseudo/Pseudo-MongoDB-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo-MongoDB-Interpreter

  • A small MongoDB Interpreter created with C .

  • The interpreter don't parse all the grammair given in the file : MongbBNF .

  • It's can specialy execute the CRUD queries with a multiple key : value .

  • The BNF is taken from : BNF Source , i mad some changes to that BNF in order to make Non-recursive Predective parser .

  • The use the libson libary Libbson

  • For each data base created a new directory will be created in the db directory , and for each one of this directories will containt files matches with the collections exit in that data base .

About

A small MongoDB Interpreter created with C .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages