[ 源代码: dbconfig-common ]
软件包:dbconfig-common(2.0.24)
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).
其他与 dbconfig-common 有关的软件包
|
|
|
|
-
- dep: debconf (>= 0.5)
- Debian 配置管理系统
- 或者 debconf-2.0
- 本虚包由这些包填实: cdebconf, cdebconf-udeb, debconf
-
- dep: ucf
- 更新配置文件:保留用户对配置文件的更改
-
- sug: dbconfig-mysql
- dbconfig-common MySQL/MariaDB support
- 或者 dbconfig-pgsql
- dbconfig-common PostgreSQL support
- 或者 dbconfig-sqlite3
- dbconfig-common SQLite3 support
- 或者 dbconfig-no-thanks
- dbconfig-common bypass