Welcome to the Mareers monorepo! This is a collection of TypeScript libraries and experiments that I am working on. In this repo, you will find various libraries that I have created to experiment with different technologies, techniques, and design patterns.
@mareers/DexieTsExtended is a library that extends the Dexie.js library, which is a wrapper around indexedDB. With this library, you can easily create tables, add indexes to tables, and perform CRUD operations on your database. This library is especially useful for applications that require offline data storage, such as Progressive Web Applications (PWAs).