knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

Create and pre-populate a table with data. #29

Closed a904guy closed 10 years ago

a904guy commented 10 years ago

Adds ability to pass a list of key,value objects to that will create a table using the keys as fields and pre-populate the records with the values.

a904guy commented 10 years ago

Duplicate