MySQL XPCOM
- http://mysqlxpcom.mozdev.org
- An XPCOM/XPConnect implementation of mysqlclient API 3.x. The goal of the project is to provide solid and full mysqlclient interface for JavaScript applications. [Open Source, LGPL]
XPConnect
- http://www.mozilla.org/scriptable/
- Javascript language bindings. It allows Javascript objects to transparently access and manipulate XPCOM objects and also enables Javascript objects to implement XPCOM compliant interfaces.
plXPCOM
- http://plxpcom.mozdev.org
- Perl language bindings. Allows the use of XPCOM objects from Perl, as well as the ability to implement XPCOM interfaces in Perl. (Jumpline.com, Inc.)
rbXPCOM
- http://rbxpcom.mozdev.org
- Ruby language bindings. Ruby is an object oriented scripting language developed by Yukihiro Matsumoto.