I am currently developing a wrapper for IndexedDB ...
# javascript
h
I am currently developing a wrapper for IndexedDB to enable its usage in a way similar to SQL. I am planning to post a series of detailed breakdowns step by step. I had to make various considerations while developing this, as IndexedDB offers relatively few features. ^^ https://codespitz.medium.com/april-8-2024-kotlinjs-indexed-db-3-ce4a2fe900a9
👍 1
t
Do you mean Kotlin/JS wrappers like this?
h
No, it's not a direct wrapper for IDB. It's a project to use IDB like RDB(sql, join...)