Skip to content

ahaWDY/MonsterSQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monster SQL 👹

contributors

  • ahaWDY: Interpreter module

  • Emma0120: IndexManager module

  • Yeeef: API, CatalogManager, RecordManager, BufferManager module

folder organization

=======================================================

MiniSQL
|
|
+---doc
|    +--- report.pdf
|    |
|	 +--- report by each partner
|
|
+---project
	   +--- code: all codes
	   |
	   |
	   +--- DB_data: files in database
	   		   |
	   		   |--- IndexMeta: Index Meta Data
	   		   |--- TableMeta: Table Meta Data
	   		   |--- index:     Index Data
	   		   |--- data:      Data
	   		   |--- test:      Test cases
	   	
=======================================================

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.0%
  • Makefile 14.9%
  • CMake 8.0%
  • C 7.1%