afsql [1]

The afsql module has only one driver, which is the sql() destination driver. The sql() driver sends messages to a SQL database.

Status

Architecture

Status

x86

Works

ARM

Works

Dependencies

This driver has multilevel dependencies. To compile the driver needs the libdbi and libdbi-drivers packages, which are supported and updated in the OSE forks,andshould work nicely both on ARM and X86 macOS systems now (tested on macOS 13.3.1 and 12.6.4)

Please do not use the pre-built ones (e.g. 0.9.0 from Homebrew), build from the master of the following

To use any specific database system you need the corresponding supporting system-specific packages as well.

Currently, the following databases are supported and tested

Type
Install
Architecture

sqlite(3)

brew install sqlite

x86/ARM

PostgreSQL

brew install postgresql

x86/ARM

mySQL

brew install mysql

x86/ARM

Testing

Configuration file used

Proof

sqlite3
mySQL
PostgreSQL
Oracle

Last updated

Was this helpful?