~repos /edge-city

#react#js#ssr

GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone https://git.pyrossh.dev/edge-city/.git edge-city
Discussions: https://groups.google.com/g/rust-embed-devs

edge-city is a next level meta-framework for react that runs only on edge runtimes



example/migrations/0000_cheerful_omega_sentinel.sql



create table if not exists "todos" (
"id" serial primary key not null,
"text" text not null,
"completed" boolean not null,
"createdAt" date not null,
"updatedAt" date
);