JavaScript 數據訪問包 JSDB

fmms 12年前發布 | 23K 次閱讀 JavaScript開發 JavaScript

JSDB 是 JavaScript 用來訪問數據的開發包,是一個數據驅動的腳本語言,支持數據庫、XML 和 Web 以及 Email。

JS 數據訪問包 JSDBJS 數據訪問包 JSDB

 

JSDB is based on Mozilla SpiderMonkey and class libraries developed by Raosoft, Inc. The open-source version is free with fairly generous license terms. Additional functionality or even less restrictive license terms may be purchased from Raosoft, Inc.

JSDB can treat any DBF/xBase, ASCII, Oracle, Sybase, DB/2, Postgres, MySql, Access, or Microsoft SQL Server table equivalently, translating high-level (set(row,field,value), get(row,field)) function calls to database-specific SQL commands. The same applies to email: you can communicate with Lotus Notes, Exchange (MAPI), and SMTP/POP3 mail systems interchangably with a single set of function calls.

JSDB also includes a stream object that gives you a common interface to files, COM ports, sockets, HTTP, pipes, and memory. The ability to treat memory as if it were a file helps you write reusable code that is easily adapted to a variety of situations.

For writing distributed XML web applications, JSDB comes with an Internet server component and an XML parser, both implemented in a balance of C++ and JavaScript for optimum speed and flexibility.

You might use JSDB to:

  • translate XML into SQL statements,
  • translate SQL databases into XML,
  • generate HTML documentation from an XML or Oracle database,
  • download web pages while you sleep,
  • index their contents in a database,
  • send personalized email based on a database,
  • or run a web database

項目主頁:http://www.baiduhome.net/lib/view/home/1326092466390

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!