Re-exports§
pub extern crate rusqlite;
Re-exports§
pub use database::PreparedStatement;pub use database::SqliteIndexedDB;pub use types::DatabaseConfig;pub use types::QueryResult;pub use types::ColumnValue;pub use types::DatabaseError;pub use types::TransactionOptions;pub use types::Row;pub use vfs::indexeddb_vfs::IndexedDBVFS;
Modules§
Functions§
- set_
panic_ hook - Set the
console.errorpanic hook the first time this is called. Subsequent invocations do nothing.