Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-20251.1 KiB3935

README.mdH A D25-Apr-2025155 33

sqlite_aggregate_function.hH A D25-Apr-20253.6 KiB9537

sqlite_bind.hH A D25-Apr-20251.7 KiB5125

sqlite_column.hH A D25-Apr-20252.3 KiB7239

sqlite_function.hH A D25-Apr-20251.9 KiB5215

sqlite_module.hH A D25-Apr-20258.8 KiB23489

sqlite_result.hH A D25-Apr-20253.5 KiB10571

sqlite_stmt.hH A D25-Apr-20251.1 KiB349

sqlite_type.hH A D25-Apr-20251.1 KiB3513

sqlite_value.hH A D25-Apr-20251.7 KiB5827

sqlite_window_function.hH A D25-Apr-20252.7 KiB6815

README.md

1This folder contains very lightweight bindings around SQLite to adapt
2it C++. Any non-trivial code should not live in this folder but in some
3higher layer.