Raw Package Information

Package: dbconfig-common
Version: 2.0.24~pgdg20.04+1
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 1519
Depends: ucf, debconf (>= 0.5) | debconf-2.0
Suggests: dbconfig-mysql | dbconfig-pgsql | dbconfig-sqlite3 | dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-common_2.0.24~pgdg20.04+1_all.deb
Size: 607884
SHA256: 3c88ccbdf995ca7d3c564c60cda0ca724b8579c8772559a5e6e06a32caed1be8
SHA1: 0efda9a3be9d6d961340f48ebaea9e0e93c7753a
MD5sum: 1ee049d54187f161685ca73222a09289
Description: framework that helps packages to manage databases
 This package contains the core of the dbconfig-common framework. This
 framework presents a policy and implementation for managing various databases
 used by applications included in Debian packages.
 .
 It can:
  - support MySQL/MariaDB, PostgreSQL, and SQLite3 based applications;
  - create or remove databases and database users;
  - access local or remote databases;
  - upgrade/modify databases when upstream changes database structure;
  - generate config files in many formats with the database info;
  - import configs from packages previously managing databases on their own;
  - prompt users with a set of normalized, pre-translated questions;
  - handle failures gracefully, with an option to retry;
  - do all the hard work automatically;
  - work for package maintainers with little effort on their part;
  - work for local admins with little effort on their part;
  - comply with an agreed upon set of standards for behavior;
  - do absolutely nothing if that is the whim of the local admin;
  - perform all operations from within the standard flow of
    package management (no additional skill is required of the local
    admin).