/maydb

Go语言实现简单关系型数据库

Primary LanguageGoMIT LicenseMIT

maydb

用Go语言实现的简单关系型数据库 目前只支持 create table、select、insert

运行

cd maydb
go run main.go