10000 GitHub - satimoto/go-datastore: Satimoto data interface using golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

satimoto/go-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-datastore

Satimoto datastore using golang

Dependencies

brew install sqlc
brew install golang-migrate

On schema changes

Whenever the SQL schema files change the following should be run

Generate the SQL models and queries

Generates the database models and queries from sql files

sqlc generate

Run Migration

Data migration can be run by either creating a .env or passing migration parameters to the command

go run ./cmd/data-migrate

About

Satimoto data interface using golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0