How to Install libopendbx1 in Ubuntu 18.04



Install libopendbx1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libopendbx1

Description:

Lightweight database access abstraction layer

OpenDBX provides a simple and lightweight API for interfacing native relational database APIs in a consistent way. By using the OpenDBX API you don't have to adapt your program to the different database APIs by yourself. . The sqlite3 backend is recommended by default if no other backend is installed with libopendbx1

Homepage: http://www.linuxnetworks.de/doc/index.php/OpenDBX

Version: 1.4.6-11

Section: universe/libs