HushDB
HushDB is an experimental relational database. It aims to have an extensible design so that different parts, like optimizer and storage engine can be easily substitued with different implementations to explore new ideas in the database area.
파일 탐색기
최종 버전 다운로드 (.zip)- BasicType.h
- Convert.h
- Client.h
- SqlCommand.h
- SqlConnection.h
- Analyzer.h
- ExecutionPlan.h
- LogicalPlan.h
- Optimizer.h
- Parser.cpp
- Parser.h
- SqlSamples.txt
- Tokenizer.cpp
- Tokenizer.h
- BufferManager.h
- DataFile.h
- DataRow.h
- Heap.h
- MemoryStorage.h
- Page.cpp
- Page.h
- PageFile.h
- Catalog.cpp
- Catalog.h
- Engine.vcxproj
- Engine.vcxproj.filters
- Schema.h
- UnitTest.cpp
- UnitTest.h
- UnitTestTests.cpp
- AnalyzerTests.cpp
- BufferManagerTests.cpp
- CatalogTests.cpp
- ClientTests.cpp
- DataFileTests.cpp
- DataRowTests.cpp
- HeapTests.cpp
- Main.cpp
- MemoryStorageTests.cpp
- OptimizerTests.cpp
- PageFileTests.cpp
- PageTests.cpp
- ParserTests.cpp
- QueryExecutionTests.cpp
- TestUtility.h
- TokenizerTests.cpp
- UnitTest.vcxproj
- UnitTest.vcxproj.filters
- .gitignore
- HushDB.sln
- LICENSE
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
