Database |> Postgres |> 

Postgres compatible

LSD SQL Database is “Postgres compatible” in that it has wire-protocol compatibility with PostgreSQL but not in input features or expressions while output columns can be aliased such that they’d be acceptable in an ordinary Postgres database.

From the perspective of a web application or Postgres database querying LSD as a remote database, LSD is connected to like any other Postgres or Postgres-compatible database.


Related: