thanhnguyen2187 / crypta

An offline-first code snippet manager
https://thanhnguyen2187.github.io/crypta/
MIT License
7 stars 0 forks source link

Data importing/exporting #32

Open thanhnguyen2187 opened 8 months ago

thanhnguyen2187 commented 8 months ago

We decided to use SQLite as the in-browser database (#26 and #28). Because of that, the "ideal" way to import and export data is through a single database file (crypta.db). wa-sqlite, the underlying SQLite library, does not have that ready, but the author demonstrated the functionality here.