Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

codingEzio/SimpleDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

23 Commits

Repository files navigation

Intro

  • Practice C#
  • Know how a relation database like SQLite works underneath

Feature

Available commands:
[Core]
 select Print all rows
 insert <id> <username> <email>
[Meta]
 .exit Exit the program
 .btree Print the B-Tree (not yet)
 .constants Print the constants

Caveat

  • Existing table definition is hardcoded and tightly coupled with the code
  • The code is not optimized

Roadmap

  • Proper output the selected rows (with headers and dynamic width)
  • Command that supports external input for table definition
  • Syntax Highlighting (this might take a while..)

Credit

About

An ultra-simple implementation of a relational database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /