Skip to content

My first attemp to write a sqlite3 clone. It's just an experimental attempt to understand RDBMS. Never use it in any production.

License

Notifications You must be signed in to change notification settings

ourway/sqlite-tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-tiny

My first attemp to write a sqlite3 clone. It's just an experimental attempt to understand RDBMS. Please never use it in any production.

TODOs

  • Prepare basic structure of project
  • Find a good Unit Testing framework for C
  • Learn how to use getline

Other stuff

  • Requirements: Sqlite-tiny requires clang to compile, although it's completely ok to compile it with gcc.

  • Compiling:

make
  • Running:
./bin/database
  • Feel free to ask me anything. Drop me a mail at: rodmena@me.com

-- Farsheed

About

My first attemp to write a sqlite3 clone. It's just an experimental attempt to understand RDBMS. Never use it in any production.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published