Skip to content

Commit ab3cbbe

Browse files
committed
address PR feedback
1 parent 0a2cbe1 commit ab3cbbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ JSON data model in a unified compute engine.
3232
SuperDB uses SQL as its query language, but it's a SQL that has been extended
3333
with [pipe syntax](https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/)
3434
and [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

3737
Here's a SuperSQL query that fetches some data from GitHub Archive,
3838
computes 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
7476
with existing SQL tooling. In the meantime, SuperSQL is a bit of a moving
7577
target and we would love [community engagement](#join-the-community) to evolve and fine tune its
7678
syntax and semantics.

0 commit comments

Comments
 (0)