Skip to content

AtkinsChang/sqlx_regression_1387

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLx Regression 1387

./todos is taken and modified from official example

Reproduce Step

  1. Declare the database URL
export DATABASE_URL="sqlite:${PWD}/todos.db"
  1. Create the database.
sqlx db create
  1. Run sql migrations
pushd todos && sqlx migrate run && popd
  1. Build
cargo build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published