Crate turbosql[][src]

Macros

execute

Executes a SQL statement.

select

Executes a SQL SELECT statement with automatic SELECT and FROM clauses.

Functions

set_db_path

Set the local path and filename where Turbosql will store the underlying SQLite database.

Type Definitions

Blob

Wrapper for Vec<u8> that may one day impl Read, Write and Seek traits.

Derive Macros

Turbosql

Derive this on a struct to create a corresponding SQLite table and insert/update/upsert methods. (TODO: Turbosql trait?)