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

https://github.com/oxide-byte/sqlx_almanac

A simple personal collection of Use Cases linked to sqlx and seaorm
https://github.com/oxide-byte/sqlx_almanac

seaorm sqlx

Last synced: 2 months ago
JSON representation

A simple personal collection of Use Cases linked to sqlx and seaorm

Awesome Lists containing this project

README

        

# SQLX Almanac

This is a small sample collection for SQLX

## Requirement:

cargo install sqlx-cli

## Documentation:

Migration file has been added with:

sqlx migrate add -r todo_table

## Build:

Add to environment the variable, or modify .env file

DATABASE_URL="postgres://postgis:postgis@localhost:5431/postgis"

## SEA-ORM

## Requirement:

cargo install [email protected]