Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 386 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 386 Bytes

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 sea-orm-cli@1.0.0-rc.5