[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies] # Enable testing with SQLCipher if specifically requested. libsqlite3-sys = { version = "0.30.1", features = ["bundled-sqlcipher"] } # Common lint settings for the workspace [workspace.lints.clippy] # https://github.com/launchbadge/...
libsqlite3-sys = { version = "0.30.1", features = ["bundled-sqlcipher"] } # Common lint settings for the workspace [workspace.lints.clippy] # https://github.com/launchbadge/sqlx/issues/3440 cast_possible_truncation = 'deny' cast_possible_wrap = 'deny' cast_sign_loss = 'deny' # Se...
Relying onSQLx, SeaORM is a new library with async support from day 1. Dynamic Built uponSeaQuery, SeaORM allows you to build complex dynamic queries. Testable Use mock connections and/or SQLite to write tests for your application logic. ...
libsqlite3-sys = { version = "0.25.1", features = ["bundled-sqlcipher"] } @@ -250,6 +252,12 @@ name = "sqlite-migrate" path = "tests/sqlite/migrate.rs" required-features = ["sqlite", "macros", "migrate"] [[bench]] name = "sqlite-describe" path = "benches/sqlite/describe...