All Projects → acoustid → Pg_acoustid

acoustid / Pg_acoustid

PostgreSQL extension for working with AcoustID fingerprints

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Pg acoustid

Decoderbufs
INACTIVE: A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers
Stars: ✭ 116 (+1833.33%)
Mutual labels:  postgresql, postgresql-extension
Tds fdw
A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Stars: ✭ 238 (+3866.67%)
Mutual labels:  postgresql, postgresql-extension
Pg hashids
Short unique id generator for PostgreSQL, using hashids
Stars: ✭ 164 (+2633.33%)
Mutual labels:  postgresql, postgresql-extension
Plv8
V8 Engine Javascript Procedural Language add-on for PostgreSQL
Stars: ✭ 1,195 (+19816.67%)
Mutual labels:  postgresql, postgresql-extension
Plgo
easily create postgresql extensions in golang; moved to gitlab.com/microo8/plgo
Stars: ✭ 286 (+4666.67%)
Mutual labels:  postgresql, postgresql-extension
Bgworker
Background Worker Processes for PostgreSQL written in Go
Stars: ✭ 77 (+1183.33%)
Mutual labels:  postgresql, postgresql-extension
Pguri
uri type for PostgreSQL
Stars: ✭ 235 (+3816.67%)
Mutual labels:  postgresql, postgresql-extension
Agensgraph Extension
A graph database extension for PostgreSQL
Stars: ✭ 170 (+2733.33%)
Mutual labels:  postgresql, postgresql-extension
Orafce
The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.
Stars: ✭ 274 (+4466.67%)
Mutual labels:  postgresql, postgresql-extension
Incubator Age
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Stars: ✭ 244 (+3966.67%)
Mutual labels:  postgresql, postgresql-extension
Pg partman
Partition management extension for PostgreSQL
Stars: ✭ 1,085 (+17983.33%)
Mutual labels:  postgresql, postgresql-extension
Pgaudit
PostgreSQL Audit Extension
Stars: ✭ 532 (+8766.67%)
Mutual labels:  postgresql, postgresql-extension
Pgx
Build Postgres Extensions with Rust!
Stars: ✭ 903 (+14950%)
Mutual labels:  postgresql, postgresql-extension
Plsh
PL/sh is a procedural language handler for PostgreSQL that allows you to write stored procedures in a shell of your choice.
Stars: ✭ 111 (+1750%)
Mutual labels:  postgresql, postgresql-extension
Wasmer Postgres
💽🕸 Postgres library to run WebAssembly binaries.
Stars: ✭ 245 (+3983.33%)
Mutual labels:  postgresql, postgresql-extension
Plpgsql check
plpgsql_check is linter tool for language PL/pgSQL (native language for PostgreSQL store procedures).
Stars: ✭ 322 (+5266.67%)
Mutual labels:  postgresql, postgresql-extension
Pg auto failover
Postgres extension and service for automated failover and high-availability
Stars: ✭ 564 (+9300%)
Mutual labels:  postgresql, postgresql-extension
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+12666.67%)
Mutual labels:  postgresql
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+13166.67%)
Mutual labels:  postgresql
Sqldef
Idempotent MySQL/PostgreSQL schema management by SQL
Stars: ✭ 762 (+12600%)
Mutual labels:  postgresql

AcoustID utility functions for PostgreSQL

You need the PostgresSQL development page to build this:

sudo apt-get install postgresql-server-dev-9.1

If you have multiple PostgreSQL versions you need to specify which version to build against by setting the PG_CONFIG variable:

export PG_CONFIG=/usr/lib/postgresql/9.1/bin/pg_config

Build and install the module:

make
sudo make install

Using in PostgreSQL:

CREATE EXTENSION acoustid;

If you have a version from before PostgreSQL 9.1 installed, you can upgrade it to a properly package one with:

CREATE EXTENSION acoustid FROM unpackaged;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].