kirkgo / sqlc-example

Short code to test SQLC (sqlc.dev)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLC Example

Short code to test SQLC

How to install

Follow these steps:

git clone https://github.com/kirkgo/sqlc-example.git
cd sqlc-example
go get github.com/lib/pq
go get github.com/kyleconroy/sqlc/cmd/sqlc
go install github.com/kyleconroy/sqlc/cmd/sqlc

How to run:

go run ./main.go

You can know more about SQLC at sqlc.dev.

About

Short code to test SQLC (sqlc.dev)

License:MIT License


Languages

Language:Go 100.0%