Module sqlite_string

Source

StructsΒ§

SqliteMallocString πŸ”’
A string we own that’s allocated on the SQLite heap. Automatically calls sqlite3_free when dropped, unless into_raw (or into_inner) is called on it. If constructed from a rust string, sqlite3_malloc is used.

ConstantsΒ§

NUL_REPLACE πŸ”’

FunctionsΒ§

alloc πŸ”’
make_nonnull πŸ”’