_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


tdb 1.4.12
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://tdb.samba.org/
Licenses: LGPL 3+
Synopsis: Trivial database
Description:

TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.

perl-dbicx-testdatabase 0.05
Propagated dependencies: perl-dbd-sqlite@1.66 perl-sql-translator@1.63
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DBICx-TestDatabase
Licenses: GPL 1+
Synopsis: Create a temporary database from a DBIx::Class::Schema
Description:

This module creates a temporary SQLite database, deploys a DBIC schema, and then connects to it. This lets you easily test DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc.

python-ccm 3.1.5
Propagated dependencies: python-pyyaml@6.0.2 python-psutil@7.0.0 python-six@1.17.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/pcmanus/ccm
Licenses: ASL 2.0
Synopsis: Cassandra Cluster Manager for Apache Cassandra clusters on localhost
Description:

Cassandra Cluster Manager is a development tool for testing local Cassandra clusters. It creates, launches and removes Cassandra clusters on localhost.

perl-sql-abstract 1.87
Propagated dependencies: perl-hash-merge@0.302 perl-moo@1.007000 perl-mro-compat@0.13 perl-text-balanced@2.06
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/SQL-Abstract
Licenses: GPL 1+
Synopsis: Generate SQL from Perl data structures
Description:

This module was inspired by the excellent DBIx::Abstract. While based on the concepts used by DBIx::Abstract, the concepts used have been modified to make the SQL easier to generate from Perl data structures. The underlying idea is for this module to do what you mean, based on the data structures you provide it, so that you don't have to modify your code every time your data changes.

python-mysqlclient 2.2.7
Dependencies: mariadb-connector-c@3.4.5
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/PyMySQL/mysqlclient
Licenses: GPL 2
Synopsis: MySQLdb is an interface to the popular MySQL database server for Python
Description:

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  1. Compliance with Python database API version 2.0 [PEP-0249],

  2. Thread-safety,

  3. Thread-friendliness (threads will not block each other).

python-sql 1.7.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://python-sql.tryton.org/
Licenses: Modified BSD
Synopsis: Library to write SQL queries in a pythonic way
Description:

python-sql is a library to write SQL queries, that transforms idiomatic python function calls to well-formed SQL queries.

perl-dbix-class-introspectablem2m 0.001002
Propagated dependencies: perl-dbix-class@0.082843
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DBIx-Class-IntrospectableM2M
Licenses: GPL 1+
Synopsis: Introspect many-to-many relationships
Description:

Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This DBIx::Class component can be used to store all relevant information about these non-relationships so they can later be introspected and examined.

redis 7.2.6
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://redis.io/
Licenses: Modified BSD
Synopsis: Key-value cache and store
Description:

Redis is an advanced key-value cache and store. Redis supports many data structures including strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs.

sqlitestudio 3.4.18
Dependencies: openssl@3.0.8 python@3.11.14 qtbase@5.15.17 qtsvg@5.15.17 readline@8.2.13 sqlite@3.51.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://sqlitestudio.pl/
Licenses: GPL 3+
Synopsis: Graphical user interface to browse and edit SQLite databases
Description:

SQLiteStudio is desktop application for browsing and editing SQLite database files. It is aimed for people, who know what SQLite is, or what relational databases are in general.

qdbm 1.8.78
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://fallabs.com/qdbm/
Licenses: LGPL 2.1+
Synopsis: Key-value database
Description:

QDBM is a library of routines for managing a database. The database is a simple data file containing key-value pairs. Every key and value is serial bytes with variable length. Binary data as well as character strings can be used as a key or a value. There is no concept of data tables or data types. Records are organized in a hash table or B+ tree.

python-pickleshare 0.7.5
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/vivainio/pickleshare
Licenses: Expat
Synopsis: Tiny key value database with concurrency support
Description:

PickleShare is a small ‘shelve’-like datastore with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. Concurrency is possible because the values are stored in separate files. Hence the “database” is a directory where all files are governed by PickleShare.

postgresql 15.8
Dependencies: readline@8.2.13 util-linux@2.40.4 openssl@3.0.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.postgresql.org/
Licenses: X11-style
Synopsis: Powerful object-relational database system
Description:

PostgreSQL is a powerful object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video.

python-pypika-tortoise 0.3.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/tortoise/pypika-tortoise
Licenses: ASL 2.0
Synopsis: Pypika fork for tortoise-orm
Description:

Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.

perl-sql-splitstatement 1.00023
Propagated dependencies: perl-class-accessor@0.51 perl-list-moreutils@0.430 perl-regexp-common@2017060201 perl-sql-tokenizer@0.24
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/SQL-SplitStatement
Licenses: GPL 1+
Synopsis: Split SQL code into atomic statements
Description:

This module tries to split any SQL code, even including non-standard extensions, into the atomic statements it is composed of.

perl-dbd-sqlite 1.66
Dependencies: sqlite@3.39.3
Propagated dependencies: perl-dbi@1.643
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DBD-SQLite
Licenses: GPL 1+
Synopsis: SQlite interface for Perl
Description:

DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your Perl project you simply have to install this module, and nothing else.

python-pypika 0.49.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/kayak/pypika
Licenses: ASL 2.0
Synopsis: SQL query builder API for Python
Description:

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query.

libpqxx 7.10.1
Dependencies: postgresql@14.13
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://pqxx.org/
Licenses: Modified BSD
Synopsis: C++ connector for PostgreSQL
Description:

Libpqxx is a C++ library to enable user programs to communicate with the PostgreSQL database back-end. The database back-end can be local or it may be on another machine, accessed via TCP/IP.

pgcli 4.3.0
Propagated dependencies: python-cli-helpers@2.7.0 python-click@8.1.8 python-configobj@5.0.9 python-pgspecial@2.2.1 python-prompt-toolkit@3.0.51 python-psycopg@3.2.4 python-pygments@2.19.1 python-setproctitle@1.3.7 python-sqlparse@0.5.3 python-tzlocal@5.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.pgcli.com
Licenses: Modified BSD
Synopsis: PostgreSQL CLI with autocompletion and syntax highlighting
Description:

pgcli is a command line interface for PostgreSQL with autocompletion and syntax highlighting.

python-asyncodbc 0.1.1
Propagated dependencies: python-pyodbc@5.2.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/tortoise/asyncodbc
Licenses: ASL 2.0
Synopsis: Access ODBC databases with asyncio
Description:

This package provides an improved fork of python-aioodbc, and makes it possible to Access ODBC databases with python-asyncio.

valkey 8.1.4
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://valkey.io/
Licenses: Modified BSD
Synopsis: High-performance key-value datastore
Description:

Valkey is a high-performance key-value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database.

python-sqlite-utils 3.38
Propagated dependencies: python-click@8.1.8 python-click-default-group@1.2.4 python-dateutil@2.9.0 python-sqlite-fts4@1.0.3 python-tabulate@0.9.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/simonw/sqlite-utils
Licenses: ASL 2.0
Synopsis: CLI tool and Python utility functions for manipulating SQLite databases
Description:

This package provides a CLI tool and Python utility functions for manipulating SQLite databases. It's main features are:

  • Pipe JSON (or CSV or TSV) directly into a new SQLite database file, automatically creating a table with the appropriate schema.

  • Run in-memory SQL queries, including joins, directly against data in CSV, TSV or JSON files and view the results.

  • Configure SQLite full-text search against your database tables and run search queries against them, ordered by relevance.

  • Run transformations against your tables to make schema changes that SQLite ALTER TABLE does not directly support, such as changing the type of a column.

  • Extract columns into separate tables to better normalize your existing data.

libdbi-drivers 0.9.0
Dependencies: libdbi@0.9.0 mariadb@10.11.14 mariadb@10.11.14 postgresql@14.13 sqlite@3.39.3
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://libdbi-drivers.sourceforge.net/
Licenses: LGPL 2.1+
Synopsis: Database drivers for the libdbi framework
Description:

The libdbi-drivers library provides the database specific drivers for the libdbi framework.

The drivers officially supported by libdbi are:

  • MySQL,

  • PostgreSQL,

  • SQLite.

python-fakeredis 2.31.2
Propagated dependencies: python-redis@5.2.0 python-sortedcontainers@2.4.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/cunla/fakeredis-py
Licenses: Modified BSD
Synopsis: Fake implementation of redis API for testing purposes
Description:

Fakeredis is a pure-Python implementation of the redis-py Python client that simulates talking to a redis server. It was created for a single purpose: to write unit tests.

Setting up redis is not hard, but one often wants to write unit tests that don't talk to an external server such as redis. This module can be used as a reasonable substitute.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092