MCPcopy Create free account
hub / github.com/douglance/devsql / ensure_table

Function ensure_table

crates/devsql/src/providers/imports.rs:94–97  ·  view source on GitHub ↗
(conn: &Connection)

Source from the content-addressed store, hash-verified

92}
93
94fn ensure_table(conn: &Connection) -> Result<()> {
95 conn.execute_batch(CREATE_TABLE_SQL)?;
96 Ok(())
97}
98
99fn create_indexes(conn: &Connection) -> Result<()> {
100 conn.execute_batch(

Callers 1

loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected