You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup the database schema using SQLX migrations. The table should be able to store a url, its short form name, like foo, when the record was created and when the record was last updated.
Setup the database schema using SQLX migrations. The table should be able to store a url, its short form name, like
foo
, when the record was created and when the record was last updated.https://crates.io/crates/sqlx
The text was updated successfully, but these errors were encountered: