Readme
*** Not Ready for PUBLIC USE. Suggestions/Reviews are welcome! ***
This is a simple Rust Wrapper over SQLX and Postgres.
To connect to Postgres, use the following
DATABASE_URL=postgres://postgres:postgres@localhost:5432/fenvoxdb?currentSchema=app
async