File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ JSON data model in a unified compute engine.
3232SuperDB uses SQL as its query language, but it's a SQL that has been extended
3333with [ pipe syntax] ( https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/ )
3434and [ lots of fun shortcuts] ( https://superdb.org/super-sql/operators/intro.html#shortcuts ) .
35- This extended SQL is called SuperSQL.
35+ This extended SQL is called [ SuperSQL] ( https://superdb.org/super-sql/intro.html ) .
3636
3737Here's a SuperSQL query that fetches some data from GitHub Archive,
3838computes the set of repos touched by each user, ranks them by number of repos,
@@ -70,7 +70,9 @@ most common data formats.
7070
7171## Project Status
7272
73- Our long-term goal for SuperSQL is to be Postgres-compatible and interoperate
73+ Our long-term goal for SuperSQL is to be
74+ [ Postgres-compatible] ( https://superdb.org/super-sql/sql/intro.html#sql-compatibility )
75+ and interoperate
7476with existing SQL tooling. In the meantime, SuperSQL is a bit of a moving
7577target and we would love [ community engagement] ( #join-the-community ) to evolve and fine tune its
7678syntax and semantics.
You can’t perform that action at this time.
0 commit comments