New Database Management Software for David Nichols
Qore uuid Module is an open source module for the Qore programming language, allowing programs to generate and parse UUIDs (Universally Unique Identifiers).More documentation can be found here. The latest source code can be grabbed from SVN using the...
Qore Tibrv Module is an open source module for the Qore programming language that provides support for TIBCO Rendezvous, allowing Qore apps to receive and send Rendezvous messages.It includes the following classes: TibrvListener, TibrvSender,...
Qore Tibae Module is an open source module for the Qore programming language that provides support for the TIBCO Adapter, allowing Qore apps to receive and send messages from and to TIBCO Adapters.It includes the TibcoAdapter class, as well as the helper...
Qore OpenGL Module is an open source module for the Qore programming language that provides an OpenGL API.The Qore OpenGL Module requires the Qore Glut Module to make a GUI (Graphical User Interface).
What is new in this release:
Updated configure to...
Qore Tuxedo Module is an open source module for the Qore programming language that allows Qore apps to use the Tuxedo API.More documentation can be found here.Requirements:Qore Programming...
Qore Glut Module is an open source module for the Qore programming language designed as a companion for the Qore OpenGL Module, allowing Qore apps to to implement platform-independent OpenGL GUIs (Graphical User Interfaces).
What is new in this...
Qore Sybase and FreeTDS Module is are two open source modules for the Qore programming language that provides access to the Sybase and MS SQL Server databases.While the FreeTDS module provides access to Microsoft SQL Server and Sybase databases, the...
The Qore MySQL Module requires Qore 0.7.1 and MySQL 3.3 or newer headers and libraries to build.With MySQL 4.1+ you can get transaction support and the module will use the more efficient prepared statement interface.The driver supports the following...
Qore asn1 Module is an open source module for the Qore programming language that provides ASN.1 functionality, which allows Qore apps to generate and parse ASN.1 data.More documentation can be found here. The latest source code can be grabbed from SVN...
Qore ncurses Module is an open source module for the Qore programming language that provides the "Window" and "Panel" classes, as well as many constants and functions.More documentation can be found here. Also see the test/ncurses.q, examples/hanio.q and...