Skip to content

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

License

Notifications You must be signed in to change notification settings

oxide-byte/sqlx_almanac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages