Skip to content

maximilianthorn/sqlx-not-null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce

  • add .env file containing DATABASE_URL="postgres://<USER>:<PASSWORD>@<HOST>:<PORT>/<DB>"
  • run:
sqlx database create
sqlx migrate run

Now, cargo build should run successfully, cargo run should crash.

About

Minimal reproduction for an sqlx bug.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages