datanymizer
- Ebuilds: 2, Testing: 0.7.2 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
dbcrossbar
- Ebuilds: 2, Testing: 0.5.8_pre3 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
dbgate-bin
- 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
dynamodb-shell
- Ebuilds: 2, Testing: 0.8.1 Description:
This package provides a simple CLI for DynamoDB, which can operate directly
against dynamodb tables
Homepage:https://github.com/awslabs/dynamodb-shell License: Apache-2.0
dynein
- Ebuilds: 2, Testing: 0.3.0 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
go-sqlcmd
- Ebuilds: 2, Testing: 1.9.0 Description:
This package contains the sqlcmd command line tool for working with
Microsoft SQL Server, Azure SQL Database, and Azure Synapse.
Homepage:https://github.com/microsoft/go-sqlcmd License: MIT
ip4r
- Ebuilds: 2, Testing: 2.4.2 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
litestream
- Ebuilds: 2, Testing: 0.3.13 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
mssql-cli
- Ebuilds: 2, Testing: 1.0 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
odyssey
- Ebuilds: 2, Testing: 1.4.0 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
pg-safeupdate
- Ebuilds: 2, Testing: 1.5 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
pg_cron
- Ebuilds: 2, Testing: 1.6.4 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
pg_hint_plan
- Ebuilds: 4, Testing: 1.7.0 Description:
pg_hint_plan makes it possible to tweak PostgreSQL execution plans
using so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Homepage:https://github.com/ossc-db/pg_hint_plan License: BSD
pg_profile
- Ebuilds: 2, Testing: 4.9 Description:
This extension for PostgreSQL helps you to find out most resource
intensive activities in your PostgreSQL databases.
Homepage:https://github.com/zubkov-andrei/pg_profile License: POSTGRESQL
pg_repack
- Ebuilds: 2, Testing: 1.5.2 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
pg_squeeze
- Ebuilds: 2, Testing: 1.8.0 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
pg_timetable
- Ebuilds: 2, Testing: 5.13.0 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
pgaudit
- Ebuilds: 2, Testing: 18.0 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
pgcenter
- Ebuilds: 2, Testing: 0.9.2 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
pgloader
- Ebuilds: 2, Testing: 3.6.10 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
postgresql_anonymizer
- Ebuilds: 2, Testing: 2.4.1 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
soci
- Ebuilds: 3, Testing: 4.1.2 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
sqlbench
- Ebuilds: 2, Testing: 1.1.0 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
step-badger
- Ebuilds: 2, Testing: 6.5.0 Description:
This package contains the step-badger utility with features to
display issued x509 and ssh certificates, as well as content of
a given data bucket from <pkg>app-crypt/step-ca</pkg> badger database.
Homepage:https://github.com/lukasz-lobocki/step-badger License: CC0-1.0
tableplus
- 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
usql
- Ebuilds: 2, Testing: 0.18.1 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