https://github.com/masb0ymas/chi-sqlx
https://github.com/masb0ymas/chi-sqlx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masb0ymas/chi-sqlx
- Owner: masb0ymas
- Created: 2024-08-08T00:40:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:30:37.000Z (10 months ago)
- Last Synced: 2025-03-27T14:09:19.763Z (3 months ago)
- Language: Go
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chi Sqlx
Provide framework Chi with Sqlx
## How to use
Change your initial_table to you_custome_table
```sh
make migration-create
```Run migration
```sh
make migration-up
```Rollback migration
```sh
make migration-down
```