objectDB

added by Bob Senoff
12/2/2014 3:27:46 AM

311 Views

ObjectDB is an easy abstraction layer for indexedDB, the first transactional database interface designed for the browser's javascript runtime. IndexedDB's native interface is cumbersome for new developers, who are primarily familiar with SQL. However, javascript is superior in expressiveness to SQL, and indexedDB's ability to leverage javascript and the event loop in its interface is a strength that should not be sacrificed for the familiarity of SQL.


0 comments