# HG changeset patch # User Richard Westhaver # Date 1725483557 14400 # Node ID 1eeeb41ba71d380f5fcf49d83ffd40df32ffd44e # Parent 3e5bf3bfe44a352752966590023cfb11d33f5d5f fix diff -r 3e5bf3bfe44a -r 1eeeb41ba71d draft/a-lispy-database.org --- a/draft/a-lispy-database.org Tue Aug 27 21:35:44 2024 -0400 +++ b/draft/a-lispy-database.org Wed Sep 04 16:59:17 2024 -0400 @@ -2,7 +2,7 @@ #+options: toc:t h:1 #+setupfile: ../../clean.theme #+property: header-args :eval no-export -One of the key features missing in the Compiler Company [[https://vc.compiler.company/comp/core][core]] is a +One of the key features missing in the Compiler Company [[https://vc.compiler.company/core][core]] is a reliable [[https://en.wikipedia.org/wiki/Category:Database_management_systems][DBMS]]. It's something that I've worked towards in Rust, and now in Common Lisp, but haven't gotten to a production-ready state. * SQL