odb
C++ Object-Relational Mapping (ORM)
Install
- All systems
-
curl cmd.cat/odb.sh
- Debian
-
apt-get install odb
- Ubuntu
-
apt-get install odb
- Kali Linux
-
apt-get install odb
- Fedora
-
dnf install odb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install odb
- Raspbian
-
apt-get install odb
- Dockerfile
- dockerfile.run/odb
odb
C++ Object-Relational Mapping (ORM)
ODB is an open-source, cross-platform and cross-database object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code.