Simple Node+DuckDB CRUD API
This project demostrates how you can use the DuckDB Node.js Client to connect to DuckDB.
Special thanks to ChatGPT who wrote the ~90% of this code 🙏.
Installation notes
I had to use npm install duckdb --build-from-resource
to install duckdb
dependency.