From: alexpdp7 Date: Wed, 11 Apr 2018 10:09:23 +0000 (+0200) Subject: Add SQL2 X-Git-Tag: 20240214-emacs~648 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=082ef20d068c84d8877dbff17dc71853dc1f39e2;p=alex.git Add SQL2 --- diff --git a/IDEAS b/IDEAS index 657428a..436cba3 100644 --- a/IDEAS +++ b/IDEAS @@ -61,3 +61,11 @@ Development environment setup * Spin a VM (locally or in the cloud) which runs your project * Synchronized workspace using Syncthing + +SQL2 + +* A new language that compiles to SQL +* Handles RDBMS differences +* Makes queries composable (e.g. declare a query object, then add paging/sorting, for framework usage) +* Declarative join via foreign key constraint names +* Better ordering for code completion (e.g. FROMs first)