MCPcopy Create free account
hub / github.com/4xmen/rustavel / create_database

Method create_database

core/src/sql/sqlite.rs:146–148  ·  view source on GitHub ↗
(&self, _db_name: &str)

Source from the content-addressed store, hash-verified

144 }
145
146 fn create_database(&self, _db_name: &str) -> String {
147 "-- sqlite: database is created on connection".to_string()
148 }
149
150 fn drop_database_if_exists(&self, _db_name: &str) -> String {
151 "-- sqlite: drop database not supported via SQL".to_string()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected