gitdataai/libs/db
ZhenYi 30713786bf
Some checks are pending
CI / Frontend Build (push) Blocked by required conditions
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
revert(db): remove check_compatibility — method not available in sqlx 0.8
The check_compatibility(false) method was added in the previous commit
but does not exist in sqlx 0.8.x used by sea-orm 2.0. The warning
"Failed to obtain server version" is cosmetic and does not affect
functionality.
2026-04-26 15:49:51 +08:00
..
cache.rs init 2026-04-15 09:08:09 +08:00
Cargo.toml refactor(db): simplify read-replica to single connection for CNPG 2026-04-26 01:03:39 +08:00
database.rs revert(db): remove check_compatibility — method not available in sqlx 0.8 2026-04-26 15:49:51 +08:00
lib.rs init 2026-04-15 09:08:09 +08:00