Brig is a collection of cross-platform C++ header-only libraries that offers the following features:
- interaction with many databases: CUBRID, DB2 + Spatial Extender, Microsoft SQL Server, MySQL, Oracle, Postgres + PostGIS, SQLite + SpatiaLite
- rapid application development for database (less code, less time)
- a minimum of dependencies (C++11, header-only Boost, header-only brig and h-files of the driver)
- cross-platform (windows, linux)
- ability to receive metadata (TABLES, COLUMNS, INDEXES) and to use basic SQL commands (SELECT, INSERT, CREATE, DROP) without a line of code in SQL
- multithreading
- usability of the geometric data