mirror of
https://github.com/cf-sonr/dbx.git
synced 2026-01-11 18:58:54 +00:00
22 lines
116 B
Markdown
22 lines
116 B
Markdown
# dbx
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
go run .
|
|
```
|
|
|
|
## Development
|
|
|
|
### Generate
|
|
|
|
```sh
|
|
task gen:sqlc
|
|
```
|
|
|
|
### Run
|
|
|
|
```sh
|
|
task
|
|
```
|