aboutsummaryrefslogtreecommitdiff
path: root/IDEAS
diff options
context:
space:
mode:
authoralexpdp7 <alex@corcoles.net>2018-04-11 12:09:23 +0200
committerGitHub <noreply@github.com>2018-04-11 12:09:23 +0200
commit082ef20d068c84d8877dbff17dc71853dc1f39e2 (patch)
tree461e073d167556ffe902d95ce024f749d05ff885 /IDEAS
parent291e206836c07b2b90652b48e1f5dd317473547b (diff)
Add SQL2
Diffstat (limited to 'IDEAS')
-rw-r--r--IDEAS8
1 files changed, 8 insertions, 0 deletions
diff --git a/IDEAS b/IDEAS
index 657428aa..436cba3d 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)