changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > blog / draft/a-lispy-database.org

revision 30: 1eeeb41ba71d
parent 28: 6d54ccb29de4
     1.1--- a/draft/a-lispy-database.org	Tue Aug 27 21:35:44 2024 -0400
     1.2+++ b/draft/a-lispy-database.org	Wed Sep 04 16:59:17 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 #+options: toc:t h:1
     1.5 #+setupfile: ../../clean.theme
     1.6 #+property: header-args :eval no-export
     1.7-One of the key features missing in the Compiler Company [[https://vc.compiler.company/comp/core][core]] is a
     1.8+One of the key features missing in the Compiler Company [[https://vc.compiler.company/core][core]] is a
     1.9 reliable [[https://en.wikipedia.org/wiki/Category:Database_management_systems][DBMS]]. It's something that I've worked towards in Rust, and
    1.10 now in Common Lisp, but haven't gotten to a production-ready state.
    1.11 * SQL