atuin/crates/atuin-server-database
Ellie Huxtable 96e6bb2347
Some checks are pending
Codespell / Check for spelling errors (push) Waiting to run
build-docker / publish_x86 (push) Waiting to run
build-docker / publish_aarch64 (push) Waiting to run
build-docker / publish_manifest (push) Blocked by required conditions
Install / install (macos-14) (push) Waiting to run
Install / install (ubuntu-latest) (push) Waiting to run
Nix / check (push) Waiting to run
Nix / build-test (push) Waiting to run
Rust / unit-test (ubuntu-latest) (push) Waiting to run
Rust / unit-test (windows-latest) (push) Waiting to run
Rust / format (push) Waiting to run
Rust / build (macos-14) (push) Waiting to run
Rust / build (ubuntu-latest) (push) Waiting to run
Rust / build (windows-latest) (push) Waiting to run
Rust / cross-compile (x86_64-unknown-illumos) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / unit-test (macos-14) (push) Waiting to run
Rust / check (macos-14) (push) Waiting to run
Rust / check (windows-latest) (push) Waiting to run
Rust / integration-test (push) Waiting to run
Rust / clippy (push) Waiting to run
Shellcheck / shellcheck (push) Waiting to run
feat: add support for read replicas to postgres (#3029)
Support for routing read queries to read replicas for Postgres

We have very high database usage these days, and now run shell history
sync off of [Planetscale](https://planetscale.com/)

This setup gives us 2x read replicas, meaning we can reduce load on the
primary

I doubt this is required for anyone else's setup - lmk if so.
2025-12-18 16:12:39 -05:00
..
src feat: add support for read replicas to postgres (#3029) 2025-12-18 16:12:39 -05:00
Cargo.toml chore(release): prepare for release 18.10.0 (#2962) 2025-10-21 14:37:49 -07:00