專案描述

XBSDB allows you to operate with data arrays in your JavaScript code like with SQL data.
You can insert, delete, update, and select records, and you can use indexes to make the selection faster. JSON-based methods allow you to prepare data on one side (browser or Web server) and to load them on the other (Web server or browser).
Using XBSDB allows you to move some database operations from the Web server to the client machine and to reduce number of Web server requests.
XBSDB consists of two parts, one for the browser and one for the Web server. The browser part is the core; the Web server part just prepares data for exchange. The browser part is JavaScript code, and the Web server part is presented in two equivalent variants in Perl and PHP.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

您的評分
撰寫專案評