dev-db/datanymizer::nest
- Ebuilds: 2, Testing: 0.7.2, Snapshot: 9999 Description:
Datanymizer is powerful database anonymizer with flexible rules,
capable to dump data directly from your database, applying the rules
that you define, and it even integrates the Tera templating engine
to enable complex values to be synthesized.
Homepage:https://github.com/datanymizer/datanymizer License: Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB
dev-db/dbcrossbar::nest
- Ebuilds: 2, Testing: 0.5.8_pre3, Snapshot: 9999 Description:
dbcrossbar is a tool that copies large, tabular datasets between
many different databases and storage formats. Data can be copied
from any source to any destination.
Homepage:https://www.dbcrossbar.org License: Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB
dev-db/dbgate-bin::nest
- Ebuilds: 1, Testing: 6.7.0 Description:
A database manager for MySQL, PostgreSQL, SQL Server and MongoDB,
with features: table data editing, with SQL change script preview,
master/detail views, query designer and etc.
Homepage:https://github.com/dbgate/dbgate License: MIT
dev-db/dummy_seclabel::nest
- Ebuilds: 2, Testing: 1.0, Snapshot: 9999 Description:
The dummy_seclabel module exists only to support regression testing of
the SECURITY LABEL statement. It is not intended to be used in production.
Homepage:https://github.com/postgres/postgres License: POSTGRESQL
dev-db/dynein::nest
- Ebuilds: 2, Testing: 0.3.0, Snapshot: 9999 Description:
This package provides a command line interface for Amazon DynamoDB.
It is designed to make it simple to interact with DynamoDB tables/items
from terminal.
Homepage:https://github.com/awslabs/dynein License: Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016
dev-db/ip4r::nest
- Ebuilds: 2, Testing: 2.4.2, Snapshot: 9999 Description:
IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 and IPv6 address lookup within large-scale
environments.
Homepage:https://github.com/RhodiumToad/ip4r License: POSTGRESQL
dev-db/libodb::nest
- Ebuilds: 2, Testing: 2.5.0, Snapshot: 9999 Description:
This package contains the common ODB runtime library. Applications that
include code generated by the ODB compiler will need to link this library.
Homepage:https://codesynthesis.com/products/odb/ License: GPL-2
dev-db/litestream::nest
- Ebuilds: 2, Testing: 0.3.13, Snapshot: 9999 Description:
Litestream is a standalone streaming replication tool for SQLite.
It runs as a background process and safely replicates changes
incrementally to another file or S3. Litestream only communicates
with SQLite through the SQLite API so it will not corrupt your database.
Homepage:https://github.com/benbjohnson/litestream License: Apache-2.0
dev-db/mssql-cli::nest
- Ebuilds: 2, Testing: 1.0, Snapshot: 9999 Description:
An interactive command line query tool for SQL Server with features such as
auto-completion, syntax highlighting, query history, non-interactive support.
Homepage:https://github.com/dbcli/mssql-cli License: BSD
dev-db/odb::nest
- Ebuilds: 2, Testing: 2.5.0, Snapshot: 9999 Description:
ODB is an open-source, cross-platform, and cross-database object-relational
mapping (ORM) system for C++. It allows you to persist C++ classes to
a relational database without having to deal with tables, columns, or
SQL and without manually writing any mapping code.
Homepage:https://codesynthesis.com/products/odb/ License: GPL-3
dev-db/odyssey::nest
- Ebuilds: 2, Testing: 1.4.0, Snapshot: 9999 Description:
Advanced multi-threaded PostgreSQL connection pooler and request router,
with pooling control, authentication and logging.
Homepage:https://github.com/yandex/odyssey License: BSD-2
dev-db/pg-safeupdate::nest
- Ebuilds: 2, Testing: 1.5, Snapshot: 9999 Description:
This is a simple extension to PostgreSQL that raises an error if
UPDATE and DELETE are executed without specifying conditions.
This extension was initially designed to protect data from accidental
obliteration of data that is writable by PostgREST.
Homepage:https://github.com/eradman/pg-safeupdate License: ISC
dev-db/pg_cron::nest
- Ebuilds: 2, Testing: 1.6.4, Snapshot: 9999 Description:
A simple cron-based job scheduler for PostgreSQL
that runs inside the database as an extension.
It uses the same syntax as regular cron, but it allows you
to schedule PostgreSQL commands directly from the database
Homepage:https://github.com/citusdata/pg_cron License: POSTGRESQL
dev-db/pg_repack::nest
- Ebuilds: 2, Testing: 1.5.2, Snapshot: 9999 Description:
PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes.
Unlike CLUSTER and VACUUM FULL it works online, without holding
an exclusive lock on the processed tables during processing.
pg_repack is efficient to boot, with performance comparable to
using CLUSTER directly.
Homepage:https://github.com/reorg/pg_repack License: BSD
dev-db/pg_squeeze::nest
- Ebuilds: 2, Testing: 1.8.0, Snapshot: 9999 Description:
A PostgreSQL extension that enables automatic and transparent fixing
of bloated tables with automatic shrinking, no extensive table locking,
and process works in the background.
Homepage:https://github.com/cybertec-postgresql/pg_squeeze License: POSTGRESQL
dev-db/pg_timetable::nest
- Ebuilds: 2, Testing: 5.13.0, Snapshot: 9999 Description:
An advanced job scheduler for PostgreSQL, offering many advantages
over traditional schedulers such as cron and others. It is completely
database driven and provides a couple of advanced concepts.
Homepage:https://github.com/cybertec-postgresql/pg_timetable License: POSTGRESQL
dev-db/pgaudit::nest
- Ebuilds: 2, Testing: 18.0, Snapshot: 9999 Description:
The PostgreSQL Audit Extension (pgAudit) provides detailed session
and/or object audit logging via the standard PostgreSQL logging facility.
Homepage:https://github.com/pgaudit/pgaudit License: POSTGRESQL
dev-db/pgcenter::nest
- Ebuilds: 2, Testing: 0.9.2, Snapshot: 9999 Description:
pgCenter's main goal is to help Postgres DBA manage statistics that
theŃ have in their databases and see all the necessary data in convenient
format based on builtin stats views and functions.
Homepage:https://github.com/lesovsky/pgcenter License: BSD
dev-db/pgloader::nest
- Ebuilds: 2, Testing: 3.6.10, Snapshot: 9999 Description:
pgloader loads data from various sources into PostgreSQL.
It can transform the data it reads on the fly and submit raw SQL before
and after the loading. It uses the COPY PostgreSQL protocol to stream
the data into the server, and manages errors.
Homepage:https://github.com/dimitri/pgloader License: POSTGRESQL
dev-db/postgresql_anonymizer::nest
- Ebuilds: 2, Testing: 3.0.13, Snapshot: 9999 Description:
An extension to mask or replace personally identifiable information (PII)
or commercially sensitive data from a PostgreSQL database.
The project is aiming toward a declarative approach of anonymization.
This means we're trying to extend PostgreSQL Data Definition Language (DDL)
in order to specify the anonymization strategy inside the
table definition itself.
Homepage:https://gitlab.com/dalibo/postgresql_anonymizer License: Apache-2.0 BSD ISC MIT POSTGRESQL Unicode-DFS-2016
dev-db/soci::nest
- Ebuilds: 3, Testing: 4.1.2, Snapshot: 9999 Description:
A database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within the Standard C++.
Homepage:https://github.com/SOCI/soci License: BSD-1
dev-db/sqlbench::nest
- Ebuilds: 2, Testing: 1.1.0, Snapshot: 9999 Description:
sqlbench measures and compares the execution time of one or
more SQL queries.The main use case is benchmarking simple
CPU-bound query variants against each other during local development.
Homepage:https://github.com/felixge/sqlbench License: MIT
dev-db/tableplus::nest
- Ebuilds: 1, Testing: 1.2.6.264 Description:
Modern, native, and friendly GUI tool for relational databases,
with support of MySQL, PostgreSQL, SQLite and more
Homepage:https://tableplus.com License: TablePlus
dev-db/usql::nest
- Ebuilds: 2, Testing: 0.18.1, Snapshot: 9999 Description:
usql is a universal command-line interface for PostgreSQL, MySQL,
Oracle Database, SQLite3, Microsoft SQL Server, and many other
databases including NoSQL and non-relational databases.
Homepage:https://github.com/xo/usql License: MIT