aboutsummaryrefslogtreecommitdiff
path: root/deps.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570EuAndreh2024-10-201-19/+19
|
* Shoehorn project into default golang skeleton structureEuAndreh2024-10-201-27/+67
|
* Remove support for dynamically loading extensionsEuAndreh2024-10-051-9/+0
| | | | | | | | | | | | Defer to the user to (statically) include the extension with the rest of the code, and manually registering it, as described in [0]. If support for dynamic libraries and run-time dynamism in general is desired, one shouldn't be looking for it in C or Go, who aren't the greatest bastions of such dynamism, and instead consider more appropriate languages, like Common Lisp or Smalltalk. [0]: https://sqlite.org/loadext.html#statically_linking_a_run_time_loadable_extension
* Makefile: Setup benchmarking skeletonEuAndreh2024-10-021-3/+13
|
* Makefile: Add fuzz target setupEuAndreh2024-10-021-0/+6
|
* Turn example files into tests under tests/functional/EuAndreh2024-10-011-0/+23
|
* Add Makefile and build skeletonEuAndreh2024-08-111-0/+0