You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lowkie is an ORM for LokiJS. LokiJS is a document oriented database written in javascript. LokiJS is used to store javascript objects as documents and follows familiar nosql paradigms to query and retrieve documents. Lowkie by default saves data to disk but for client-side usage, data persists in-memory or client side storage (e.g., a session st…
This is the implementation of a todo list application in Next JS with TypeScript, utilizing indexed DB to store all the data including text and images. The app uses a library called Watermelon DB, which employs the indexed DB adapter called Loki JS Adapter.