This is a interface programmed to make object transactions with databases easy to secure on many levels, serialize objects, and simply program. Programmed in JavaScript and tested with nodeJS.
Built upon any database this API gives the ability to run a secure object relational databases. It has easy ways to add in more object types known as filters, and supports connection to multiple types of databases concurrently.
This project was made to make my job easier, more portable, and more flexible as a web developer. The the interface framework uses a custom extendable query language, security framework, and plug-in interface for adding new database, or custom object filters.
- MySql ( Using 'db-mysql' )
- String
- Number
- CSV
- XML ( Partial XPath Support )
- Full XPath support, as well as the enhancements I wrote into the predecessor of DOQ
- INI filter map
- PostGreSQL example database
- A cleaner plug-in/object abstraction layer
Copyright (c) 2011 by Steven Adams.