A SQL database engine on top of Oracle Berkeley DB. https://dbsql.org
Find a file
2023-10-19 14:47:16 -04:00
dist update autoconf 2023-10-19 14:38:33 -04:00
docs_src Fixing the non-SQLite tests, the ones adopted from DB. 2009-09-01 09:55:43 -04:00
src conditionally add sys/time.h 2023-10-19 14:47:16 -04:00
test Whitespace, cleanup, and work to get the test harness functional 2009-09-03 17:31:03 -04:00
.envrc activate flake using direnv 2023-10-19 14:46:38 -04:00
.gitignore ignore things 2023-10-19 14:46:02 -04:00
flake.nix add Nix flake, shell 2023-10-19 14:45:46 -04:00
LICENSE Change license to GPL version 3 from version 2.1 2007-10-21 01:42:57 +01:00
LICENSE_EXCEPTIONS Update license to GPL version 3. 2007-10-21 02:57:28 +01:00
NOTES Update project todo and build notes. 2009-09-02 20:52:49 -04:00
README update readme 2023-10-19 14:46:22 -04:00
README.md Update README.md 2023-10-18 22:55:38 +00:00
shell.nix add Nix flake, shell 2023-10-19 14:45:46 -04:00
TODO Whitespace, cleanup, and work to get the test harness functional 2009-09-03 17:31:03 -04:00

dbsql

A SQL database engine on top of Berkeley DB loosly based on (an older version of) SQLite, rewritten by hand to be more in the style of Berkeley DB coding standards.

This project hasn't been maintained, it was experimental and should not be used in production. But it was a fun Winter project while living on my sailboat in Boston Harbor.