@chung-leong said in SQLite Integration:
To emulate certain operations on sorted sets, I ended up just pulling the fully data set and processing it in JavaScript.
Yes, this is what I was afraid of... there are certain concessions that need to be made for an SQL driver when you build your software around the expectation of a schema-less data store
Nevertheless, I am looking forward to reviewing.