Skip to content

This is a very simple database written in go. It can store data in CSV format and offers CRUD support.

Notifications You must be signed in to change notification settings

Dylancorbus/go-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyDB

Overview

Easy DB is a project I am working on to learn goLang, as well as gain knowledge on how databases are built. The plan is to eventually have a command line tool that is able to take in a user provided schema for the model, and generate a database for the schema with CRUD functionality via, sql queries, api calls, and possibly streaming.

About

This is a very simple database written in go. It can store data in CSV format and offers CRUD support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages