MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / select_rows

Function select_rows

src/database/proxy.rs:228–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226
227 #[smol_potat::test]
228 async fn select_rows() {
229 let db = Database::connect_proxy(DbBackend::MySql, Arc::new(Box::new(ProxyDb {})))
230 .await
231 .unwrap();
232
233 let _ = cake::Entity::find().all(&db).await;
234 }
235
236 #[smol_potat::test]
237 async fn insert_one_row() {

Callers

nothing calls this directly

Calls 3

unwrapMethod · 0.80
newFunction · 0.50
allMethod · 0.45

Tested by

no test coverage detected