Hacker News new | ask | show | jobs
by typingmonkey 1360 days ago
> reimplement IndexedDB using FoundationDB. IndexedDB is also a key value..

I did sth pretty similar last month: https://rxdb.info/rx-storage-foundationdb.html

It supports indexes, mongoDB queries etc. to store and query JSON documents via RxDB on top of FoundationDB.

1 comments

beautiful! I'll check it out. heh, I knew it was a good idea, I'm glad someone else thought so as well