dev-db/datadraw::gentoo
- Ebuilds: 2, Testing: 3.1.1-r1 Description:
DataDraw is a feature rich database generator for high performance C applications. DataDraw gives your C application a high performance object-oriented framework at speeds that beat hand coded C.
Homepage:http://datadraw.sourceforge.net/ License: LGPL-2
dev-db/gqlplus::gentoo
- Ebuilds: 1, Testing: 1.16-r2 Description:
gqlplus is a front-end for Oracle program sqlplus with
command-line editing, history, table-name and column-name
completion. Otherwise the user interface is identical to that of
sqlplus. Command-line editing works as in bash/tcsh shells.
Homepage:https://gitlab.com/jessp011/gqlplus License: GPL-2
dev-db/hypopg::gentoo
- Ebuilds: 1, Testing: 1.4.3-r1 Description:
HypoPG is a PostgreSQL extension adding support for hypothetical indexes.
A hypothetical - or virtual - index is an index that doesn't really exist,
and thus doesn't cost CPU, disk or any resource to create.
They're useful to know if specific indexes can increase performance for
problematic queries, since you can know if PostgreSQL will use these indexes
or not without having to spend resources to create them.
Homepage:https://github.com/HypoPG/hypopg License: POSTGRESQL
dev-db/influxdb::gentoo
- Ebuilds: 3, Testing: 2.7.11 Description:
InfluxDB is an open source time series database with no external
dependencies. It is useful for recording metrics, events, and
performing analytics.
Homepage:https://www.influxdata.com License: Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0
dev-db/lmdb++::gentoo
- Ebuilds: 1, Testing: 1.0.0-r1 Description:
This is a comprehensive C++ wrapper for the LMDB embedded database
library, offering both an error-checked procedural interface and an
object-oriented resource interface with RAII semantics.
Homepage:https://github.com/hoytech/lmdbxx License: public-domain
dev-db/mongodb::gentoo
- Ebuilds: 5, Stable: 8.0.12, Testing: 8.0.12 Description:
MongoDB (from "humongous") is a scalable, high-performance, open source,
schema-free, document-oriented database. Written in C++, MongoDB features:
MongoDB bridges the gap between key-value stores (which are fast and highly
scalable) and traditional RDBMS systems (which provide structured schemas
and powerful queries).
Homepage:https://www.mongodb.com License: Apache-2.0 SSPL-1
dev-db/ocp::gentoo
- Ebuilds: 2, Testing: 0.3, Snapshot: 9999 Description: A tool for downloading and uploading files from/to Oracle Database directories using Oracle SQL Net connection only
Homepage:https://github.com/maxsatula/ocp License: GPL-2
dev-db/percona-toolkit::gentoo
- Ebuilds: 1, Stable: 3.6.0 Description: Percona Toolkit, formerly Maatkit and Aspersa, formerly MySQL Toolkit,
is a collection of command-line utilities that provide missing
functionality for MySQL. Some of the tools implement lacking server
functionality, such as online consistency checks for master/slave
replication; others are client-side utilities such as a query
profiler.
Homepage:https://www.percona.com/software/mysql-tools/percona-toolkit License: || ( GPL-2 Artistic )
dev-db/pg-gvm::gentoo
- Ebuilds: 2, Stable: 22.6.11, Testing: 22.6.14 Description:
Greenbone Library for ical functions. This library contains functionality for ical object manipulation.
This is a PostgreSQL server extension that adds several functions used by gvmd, e.g., iCalendar and host
range evaluation. In previous versions, of GVM these functions were managed directly by gvmd while
pg-gvm uses the extension management built into PostgreSQL.
Homepage:https://www.greenbone.net https://github.com/greenbone/pg-gvm License: GPL-3
dev-db/pg_qualstats::gentoo
- Ebuilds: 1, Testing: 2.1.4-r1 Description:
A PostgreSQL extension keeping statistics on predicates found
in WHERE statements and JOIN clauses. The powa project makes use
of this to provide advances index suggestions.
Homepage:https://github.com/powa-team/pg_qualstats License: POSTGRESQL
dev-db/pg_stat_kcache::gentoo
- Ebuilds: 1, Testing: 2.3.2-r1 Description:
Gathers statistics about real reads and writes done by the filesystem layer.
It is provided in the form of an extension for PostgreSQL,
and requires pg_stat_statements extension to be installed.
Homepage:https://github.com/powa-team/pg_stat_kcache License: POSTGRESQL
dev-db/pg_top::gentoo
- Ebuilds: 1, Stable: 4.1.3 Description:
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to
top, pg_top allows you to monitor PostgreSQL processes.
Homepage:https://pg_top.gitlab.io/ License: BSD
dev-db/pg_track_settings::gentoo
- Ebuilds: 1, Testing: 2.1.2-r1 Description:
Helps you keep track of PostgreSQL settings configuration.
It provides a function (pg_track_settings_snapshot()), that must be called regularly.
At each call, it will store the settings that have been changed since last call.
It will also track the postgresql start time if it's different from the last one.
Homepage:https://github.com/rjuju/pg_track_settings License: POSTGRESQL
dev-db/pg_wait_sampling::gentoo
- Ebuilds: 1, Testing: 1.1.9-r1 Description:
PostgreSQL provides information about current wait event of particular process.
However, in order to gather descriptive statistics of server behavior user have
to sample current wait event multiple times. This is an extension for collecting
sampling statistics of wait events.
Homepage:https://github.com/postgrespro/pg_wait_sampling License: POSTGRESQL
dev-db/pgtap::gentoo
- Ebuilds: 1, Stable: 1.3.3 Description:
pgTAP is a suite of database functions that make it easy to write
TAP-emitting unit tests in psql scripts or xUnit-style test functions.
Homepage:https://pgtap.org/ License: POSTGRESQL
dev-db/powa-archivist::gentoo
- Ebuilds: 1, Testing: 5.1.2-r1 Description:
This project is the core extension of the PoWA project,
a PostgreSQL Workload Analyzer that gathers performance stats
and provides real-time charts and graphs to help monitor
and tune your PostgreSQL servers.
Homepage:https://github.com/powa-team/powa-archivist License: POSTGRESQL
dev-db/powa-web::gentoo
- Ebuilds: 1, Testing: 5.1.5 Description:
PoWA-web is the dedicated user interface of the PoWA project.
It produces graphs, grids and suggest various kind of optimisations
based on the data stored on the PoWA repository server.
Homepage:https://github.com/powa-team/powa-web License: POSTGRESQL
dev-db/pspg::gentoo
- Ebuilds: 5, Stable: 5.8.1, Testing: 5.8.7 Description:
Unix pager (with very rich functionality) designed for work with
tables. Designed for PostgreSQL, but MySQL is supported too. Works
well with pgcli too. Can be used as CSV or TSV viewer too. It
supports searching, selecting rows, columns, or block and export
selected area to clipboard.
Homepage:https://github.com/okbob/pspg License: BSD-2
dev-db/sqlitebrowser::gentoo
- Ebuilds: 2, Stable: 3.13.1_p20250502-r2, Snapshot: 9999 Description:
DB Browser for SQLite (DB4S) is a freeware, public domain, open source
visual tool used to create, design and edit database files compatible
with SQLite. It is meant to be used for users and developers that want
to create databases, edit and search data using a familiar
spreadsheet-like interface, without the need to learn complicated SQL
commands.
Homepage:https://sqlitebrowser.org/ License: GPL-3+ MPL-2.0
dev-db/sqlmap::gentoo
- Ebuilds: 3, Stable: 1.10, Testing: 1.10.6, Snapshot: 9999 Description:
sqlmap is an open source penetration testing tool that automates the
process of detecting and exploiting SQL injection flaws and taking over
of database servers.
Homepage:https://sqlmap.org/ License: BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain