Skip to content
/ goodb Public

Writing a toy DB using Go from scratch, without any dependencies!

Notifications You must be signed in to change notification settings

manhtai/goodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goodb

Tests

A toy database system, written in Go without third-party dependencies!

Supported commands

CREATE TABLE
CREATE INDEX
INSERT
SELECT
DELETE

Supported types

INT
VARCHAR(1-255)

Get started

go run main.go

Credits

About

Writing a toy DB using Go from scratch, without any dependencies!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages