mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Add a binary that uses a Postgres backend
Building of this binary is controlled with features, allowing downstream users to build just the SQLite version and not be concerned with the tokio-postgres dependency tree (which includes links to OpenSSL and other details). The Postgres version is disabled by default. This does not change the binary name for the SQLite build, just to avoid confusion for people upgrading to the new version.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
//! An external application may:
|
||||
//! - Add additional tables to the database
|
||||
//! - Add additional columns to the `clients` table. If those columns do not have default
|
||||
//! values, calls to [`Txn::new_client`] will fail. It is possible to configure
|
||||
//! values, calls to `Txn::new_client` will fail. It is possible to configure
|
||||
//! `taskchampion-sync-server` to never call this method.
|
||||
//! - Insert rows into the `clients` table, using default values for all columns except
|
||||
//! `client_id` and application-specific columns.
|
||||
|
||||
Reference in New Issue
Block a user