pub async fn open_without_migrations( path: impl AsRef<Path>, ) -> Result<Pool, Error>
Opens a connection to the specified database. Fails if the db doesn’t exist.