Define foreign key for a table postgres=# postgres=# -- Foreign Keys postgres=# postgres=# CREATE TABLE products ( postgres(# product_no integer PRIMARY KEY, postgres(# name text, postgres(# price numeric postgres(# ); NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index"products_...
Gestalt lets you use the GraphQL schema language and a small set of directives to define an API with a PostgreSQL backend declaratively, really quickly, and with a tiny amount of code. GraphQL schema language The GraphQL schema language (also called IDL for interface definition language) is ...
Use the GraphQL schema language and a small set of directives to define an API with a PostgreSQL backend declaratively, really quickly, and with a tiny amount of code. - charlieschwabacher/gestalt