~repos /edge-city
git clone https://pyrossh.dev/repos/edge-city.git
edge-city is a next level meta-framework for react that runs only on edge runtimes
example/migrations/meta/0000_snapshot.json
{ "version": "5", "dialect": "pg", "id": "d0432aeb-cfc0-4ad1-af0d-b91474ba236a", "prevId": "00000000-0000-0000-0000-000000000000", "tables": { "todos": { "name": "todos", "schema": "", "columns": { "id": { "name": "id", "type": "serial", "primaryKey": true, "notNull": true }, "text": { "name": "text", "type": "text", "primaryKey": false, "notNull": true }, "completed": { "name": "completed", "type": "boolean", "primaryKey": false, "notNull": true }, "createdAt": { "name": "createdAt", "type": "date", "primaryKey": false, "notNull": true }, "updatedAt": { "name": "updatedAt", "type": "date", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {} } }, "enums": {}, "schemas": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }}