odbx-sql
Utility applications using libopendbx
Install
- All systems
-
curl cmd.cat/odbx-sql.sh
- Debian
-
apt-get install opendbx-utils
- Ubuntu
-
apt-get install opendbx-utils
- Arch Linux
-
pacman -S opendbx
- Kali Linux
-
apt-get install opendbx-utils
- Fedora
-
dnf install opendbx-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install opendbx-utils
- OS X
-
brew install opendbx
- Raspbian
-
apt-get install opendbx-utils
- Dockerfile
- dockerfile.run/odbx-sql
opendbx-utils
Utility applications using libopendbx
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. This package provides the odbx-sql utility application for accessing database content directly via libopendbx and the opendbx test suite for verifying that various backends are working
opendbx
Provides an abstraction layer to all supported databases with a
single, clean and simple interface that leads to an elegant code design automatically. If you want your application to support different databases with little effort, this is definitively the right thing for you!