NoSQLite icon indicating copy to clipboard operation
NoSQLite copied to clipboard

Current direction

Open mrjjwright opened this issue 15 years ago • 0 comments

Just wanted to post a status update here on the current direction for NoSQLite. After a lot of deliberation I am working on a version of NoSQLite that is more in keeping with it's original goal, namely being a great way to work with SQLite from any JS environment, client or server-side. Therefore I am working on making NoSQLite work soley on top of the html 5 web api. Obviously, if this is successful it it will work in the browser but I am also creating an html5 wrapper around node-sqlite here.

The end goal is a version of NoSQLite that works in the browser and inside Node.js seamlessly. Also, I want this to work on an iPhone/iPad apps as well by running inside webkit, e.g. in something like PhoneGap. I also have a concrete algorithm for syncing that I want to implement too which will be a big selling point since it creates a super simple and useful peer-to-peer API around SQLIte. I am excited about this new direction and hopefully soon, somebody will give a damn about this project. :)

mrjjwright avatar May 14 '10 05:05 mrjjwright