An open API service indexing awesome lists of open source software.

https://github.com/kirkgo/sqlc-example

Short code to test SQLC (sqlc.dev)
https://github.com/kirkgo/sqlc-example

go golang sql sqlc

Last synced: 26 days ago
JSON representation

Short code to test SQLC (sqlc.dev)

Awesome Lists containing this project

README

          

### 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](https://sqlc.dev/).