database.rs 101 B

1234
  1. use rocket_sync_db_pools::database;
  2. #[database("hello_world")]
  3. pub struct Db(diesel::PgConnection);