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

https://github.com/masb0ymas/chi-sqlx


https://github.com/masb0ymas/chi-sqlx

Last synced: 3 months ago
JSON representation

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
```