Skip to content

A NoSQL database built in Go (Still in the early stages)

License

Notifications You must be signed in to change notification settings

jdarling23/GoSql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoSql

A NoSQL database built in Go

Commands to the database should be structured in the following manner and sent to the socket on localhost:3333 using the TCP/IP Protocol:

  • Create: "CREATE [Id] [Value String]"
  • Update: "UPDATE [Id] [New Value String]"
  • Get: "GET [Id]"
  • Delete : "DELETE [Id]"

About

A NoSQL database built in Go (Still in the early stages)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages