Posts Tagged ‘database’

TaffyDB — The JavaScript Database for Your Browser

thumbnail

TaffyDB is an open-source library that brings database features to your JavaScript applications. It is based on the concept of storing data in objects and then grouping those in an array to provide a client-side collection of data similar to a database table.

Database Resources and Tools

thumbnail

Databases are used to back a vast majority of Web sites on the Internet. Using a database can add dynamic and interactive features to your Web site and save maintenance cost and time. I still remember how excited I was when I was first introduced to D-Base, a database system, in the early ‘90s. Although [...]