Open Source Point of Sale is a web-based point of sale system. The application is written in PHP, uses MySQL (or MariaDB) as the data storage back-end, and has a simple but intuitive user interface.
I'm trying to use DuckDb (1.4.2) and the Iceberg extension in an Adbc application. I have hit a problem with a CREATE TABLE statement. Here is a simplified code that ...