OpenVMS Ports

 

SQLite3 for OpenVMS
This is a native port of the SQLite database package to OpenVMS. It delivers the SQLite database to OpenVMS using the following native features:
  • Thread support using the tis library. This allows support for multi-threading without having to link against the pthreads RTL.
  • Direct file access. All files access is performed using the $QIO system services, rather than the C RTL or even RMS.
  • Native locking. All locking is handled using the OpenVMS distributed lock manager, allowing database access to be coordinated across cluster nodes (of all architectures).
Despite these OpenVMS-specific improvements the database file maintained by SQLite is still portable to other SQLite-based applications running on other systems.

 

Version: 7.17 (3.7.17.0)
Category: Database
Head of porting effort: Tim Sneddon
Architecture(s): VAX,Alpha,I64
Original Homepage: http://sqlite.org
Homepage of the OpenVMS Port: https://github.com/endlesssoftware/sqlite3
State of the Port: released
License Model: Other

 

Complete list of all ports
List of all ports, sorted alphabetically
List of all ports by category

Search for a port

Contribute information about a port