Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
fn ensure_table(conn: &Connection) -> Result<()> {
95
conn.execute_batch(CREATE_TABLE_SQL)?;
96
Ok(())
97
}
98
99
fn create_indexes(conn: &Connection) -> Result<()> {
100
conn.execute_batch(
Callers
1
load
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected