summaryrefslogtreecommitdiff
path: root/databases/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-05databases: Add postgresql-wal2json 2.3otis1-1/+2
wal2json is an output plugin for logical decoding. It means that the plugin have access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API.
2020-11-03add postgresql-promscale_extensiontnn1-1/+2
2020-11-03add databases/promscaletnn1-1/+2
2020-10-18postgresql13: added version 13.0adam1-1/+9
PostgreSQL 13 contains many new features and enhancements, including: * Space savings and performance gains from de-duplication of B-tree index entries * Improved performance for queries that use aggregates or partitioned tables * Better query planning when using extended statistics * Parallelized vacuuming of indexes * Incremental sorting
2020-10-09databases: Add postgresql-timescaledbotis1-1/+2
2020-09-29Add py-anakhorben1-1/+2
2020-09-10databases/Makefile: remove ruby-arel80taca1-2/+1
2020-09-10databases/Makefile: remove ruby-activerecord51taca1-2/+1
2020-09-06databases/Makefile: + p5-SQL-Abstract-Classicwiz1-1/+2
2020-09-01p5-DB_File: remove, part of perlwiz1-2/+1
2020-07-09databases: Add lua-dbinia1-1/+5
LuaDBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations. LuaDBI also provides support for prepared statement handles, placeholders and bind parameters for all database operations. Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases with native database drivers.
2020-07-09databases: Add lua-lsqlite3nia1-1/+2
lsqlite3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. After a require('lsqlite3') the exported functions are called with prefix sqlite3. However, most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects.
2020-07-01databases: Remove lua-sql-sqlite, bindings for ancient sqlitenia1-2/+1
2020-07-01databases: Remove py-sqlite, ancient sqlite for ancient pythonnia1-2/+1
2020-06-30databases: Remove lua-sqlite; use lua-sqlite3nia1-2/+1
2020-06-29databases: Enable db18ryoon1-1/+2
2020-06-09Hook apache-solr to the make tree.jym1-1/+2
2020-05-23py-pypika: added version 0.37.6adam1-1/+2
PyPika is a Python API for building SQL queries. The motivation behind PyPika is to provide a simple interface for building SQL queries without limiting the flexibility of handwritten SQL. Designed with data analysis in mind, PyPika leverages the builder design pattern to construct queries to avoid messy string formatting and concatenation. It is also easily extended to take full advantage of specific features of SQL database vendors.
2020-05-23py-tortoise-orm: added version 0.16.12adam1-1/+2
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was build with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in it's design that you are working not with just tables, you work with relational data.
2020-05-23py-aiosqlite: added version 0.13.0adam1-1/+2
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.
2020-05-23Retired mysql55 and postgresql94 packagesadam1-12/+1
2020-04-14databases: Enable gomryoon1-1/+2
2020-03-21databases/Makefile: delete ruby-arel60taca1-2/+1
2020-03-21databases/Makefile: delete ruby-activerecord42taca1-2/+1
2020-03-21databases/Makefile: delete ruby-postgres_exttaca1-2/+1
2020-03-20databases/Makefile: add and enable ruby-activerecord60taca1-1/+2
2020-03-14databases: mysql51-* were removed.jperkin1-3/+1
2020-03-11gq: Remove, incompatible with OpenSSL 1.1, dead upstreamnia1-2/+1
2020-02-09add Gramps 5.1.2 - the new version of Gramps using Python 3.x and GTK3jdolecek1-1/+2
2020-01-10add libtcdplunky1-1/+2
2019-11-27Add databases/go-tiedot version 3.4ng01-1/+2
tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high throughput - swallow more than 120k records or 80k complicated queries per second with confidence.
2019-11-17databases: add kldapmarkd1-1/+2
2019-11-13Add databases/guile-sqlite3 version 0.1.0ng01-1/+2
Guile bindings for the SQLite3 database engine.
2019-11-10Add databases/go-sqlite3 version 1.11.0ng01-1/+2
Go-sqlite3 is a sqlite3 driver conforming to the built-in database/sql interface.
2019-10-30-lumakamil1-2/+1
2019-10-26-sqlitemankamil1-2/+1
2019-10-07postgresql12: added version 12.0adam1-1/+9
Release 12: General performance improvements, including: * Optimizations to space utilization and read/write performance for B-tree indexes * Partitioning performance enhancements, including improved query performance on tables with thousands of partitions, improved insertion performance with INSERT and COPY, and the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries * Automatic (but overridable) inlining of common table expressions (CTEs) * Reduction of WAL overhead for creation of GiST, GIN, and SP-GiST indexes * Support for covering GiST indexes, via the INCLUDE clause * Multi-column most-common-value (MCV) statistics can be defined via CREATE STATISTICS, to support better plans for queries that test several non-uniformly-distributed columns Enhancements to administrative functionality, including: * REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table * pg_checksums can enable/disable page checksums (used for detecting data corruption) in an offline cluster * Progress reporting statistics for CREATE INDEX, REINDEX, CLUSTER, VACUUM FULL, and pg_checksums Support for the SQL/JSON path language Stored generated columns Nondeterministic ICU collations, enabling case-insensitive and accent-insensitive grouping and ordering New authentication features, including: * Encryption of TCP/IP connections when using GSSAPI authentication * Discovery of LDAP servers using DNS SRV records * Multi-factor authentication, using the clientcert=verify-full option combined with an additional authentication method in pg_hba.conf
2019-07-07Add a package for py-dbfread-2.0.7.bsiegert1-1/+2
From David Weller-Fahy in PR pkg/54340. DBF is a file format used by databases such dBase, Visual FoxPro, and FoxBase+. This library reads DBF files and returns the data as native Python data types for further processing. It is primarily intended for batch jobs and one-off scripts.
2019-06-28databases: Add mongodb3gdt1-1/+2
2019-05-31databases: Add postgres_exporter.jperkin1-1/+2
2019-05-21Retire postgresql93adam1-10/+1
2019-05-15databases: Add influxdb.jperkin1-1/+2
2019-04-08go-ldap: added version 3.0.2adam1-1/+2
Basic LDAP v3 functionality for the GO programming language. Features: * Connecting to LDAP server (non-TLS, TLS, STARTTLS) * Binding to LDAP server * Searching for entries * Filter Compile / Decompile * Paging Search Results * Modify Requests / Responses * Add Requests / Responses * Delete Requests / Responses * Modify DN Requests / Responses
2019-03-20ldb: added version 1.5.4adam1-1/+2
ldb is a LDAP-like embedded database. It is not at all LDAP standards compliant, so if you want a standards compliant database then please see the excellent OpenLDAP project. What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. ldb is the database engine used in Samba4. Features: * The main features that separate ldb from other solutions are: * Safe multi-reader, multi-writer, using byte range locking * LDAP-like API * fast operation * choice of local tdb or remote LDAP backends * integration with talloc * schema-less operation, for trivial setup * modules for extensions (such as schema support) * easy setup of indexes and attribute properties * LDIF for import/export * ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')
2019-03-17prometheus: import version 2.8.0tm1-1/+2
The Prometheus monitoring system and time series database. Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
2019-03-05databases/Makefile: remove ruby-cassandrataca1-2/+1
2019-03-05databases/Makefile: remove ruby-activerecord-cassandrataca1-2/+1
2019-03-03databases/Makefile: remove ruby-arel30taca1-2/+1
2019-03-03databases/Makefile: remove ruby-activerecord32taca1-2/+1
2019-03-03databases/Makefile: remove ruby-dm-active_model and ruby-dm-railstaca1-3/+1
Remove ruby-dm-active_model and ruby-dm-rails.