Skip to content

mcadariu/SimpleDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDB

This repo contains the implementation of a simple but feature complete SQL database providing storage, in-memory buffers, transactions, indexes and SQL querying (parsing, planning, optimising and executing). It is the result of reading Database design and implementation by E. Sciore and adapting the code to use modern Java constructs like the MemorySegment API, records, etc.

About

Basic SQL database built for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages