MCPcopy Index your code
hub / github.com/TheOpenDictionary/odict / ToSQL

Interface ToSQL

lib/src/sql/sql.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15pub trait ToSQL {
16 fn to_sql(self, dialect: SQLDialect) -> crate::Result<String>;
17}
18
19fn add_schema(builder: &mut SQLBuilder) {
20 create_dictionaries(builder);

Callers

nothing calls this directly

Implementers 1

sql.rslib/src/sql/sql.rs

Calls

no outgoing calls

Tested by

no test coverage detected