Skip to main content
Module

x/fastro/examples/pg/fruit.sql

Fast and simple web application framework for deno
Go to Latest
File
CREATE TABLE fruits ( id SERIAL PRIMARY KEY, name VARCHAR NOT NULL);