tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[documentation] Could the README call out the backing-store technology for drawings-at-rest please? #123

Closed paul-hammant closed 2 years ago

paul-hammant commented 2 years ago

No sure what the server-side backing store is. I know it is not sqlite as i've searched for that in repo. Similarly it's not mariadb, postgres, nor mysql.

Thx.

paul-hammant commented 2 years ago

My bad - there's an effective File->Open & File->Save/As facility

judicaelandria commented 2 years ago

yes, and we're using IndexedDB :)