tldraw/apps
Kumi 43419581be
Some checks are pending
Checks / Tests & checks (push) Waiting to run
Checks / Build all projects (push) Waiting to run
Deploy bemo / Deploy bemo to ${{ (github.ref == 'refs/heads/production' && 'production') || (github.ref == 'refs/heads/main' && 'staging') || 'preview' }} (push) Waiting to run
Deploy .com / Deploy dotcom to ${{ (github.ref == 'refs/heads/production' && 'production') || (github.ref == 'refs/heads/main' && 'staging') || 'preview' }} (push) Waiting to run
End to end tests / End to end tests (push) Waiting to run
Publish Canary Packages / Publish Canary Packages (push) Waiting to run
Publish VS Code Extension / Publish VS Code Extension (push) Waiting to run
feat: migrate data persistence from Supabase to Postgres
Switched from Supabase to Postgres for handling database
operations related to room snapshots and drawings. This change
involves updating the imports and persistence logic in various
components to utilize Postgres instead of Supabase.

Benefits include improved performance and greater control over
database operations. Added connection and query handling for
Postgres in the utility function.

Includes:
- Updated imports and logic in TLDrawDurableObject
- Changes in getRoomSnapshot to use Postgres
- New createPostgresClient utility function for DB connection
2024-07-16 21:11:07 +02:00
..
apps-script google meet: add hardware whiteboard integration (#3765) 2024-05-20 14:52:05 +00:00
bemo-worker fix wrangler config (#4186) 2024-07-16 10:55:34 +00:00
docs docs: fix up typo (#4194) 2024-07-16 14:39:40 +00:00
dotcom csp: enable image upload for dev mode (#4199) 2024-07-16 15:56:18 +00:00
dotcom-asset-upload introduce images.tldraw.xyz image optimisation worker (#4069) 2024-07-08 16:25:53 +00:00
dotcom-worker feat: migrate data persistence from Supabase to Postgres 2024-07-16 21:11:07 +02:00
examples bemo custom shape example (#4174) 2024-07-16 11:24:01 +00:00
health-worker main: fix health worker wrnagler names 2024-07-01 15:44:30 +01:00
huppy followups to z-index and PR template (#4054) 2024-07-09 09:22:43 +00:00
images.tldraw.xyz introduce images.tldraw.xyz image optimisation worker (#4069) 2024-07-08 16:25:53 +00:00
vscode csp: followup fixes/dx/tweaks (#4159) 2024-07-16 14:20:38 +00:00