unixODBC is an open-source project that implements the Open Database Connectivity (ODBC) API.[2] The code is provided under the GNU GPL/LGPL and can be built and used on many different operating systems, including most versions of Unix, Linux, Mac OS X, IBM OS/2 and Microsoft's Interix.

unixODBC
Developer(s)Peter Harvey, Nick Gorham
Initial release1999; 25 years ago (1999)
Stable release
2.3.12[1] Edit this on Wikidata / 8 August 2023; 8 months ago (8 August 2023)
Repository
Operating systemCross-platform
TypeData Access API
LicenseGNU GPL/LGPL
Websitewww.unixODBC.org

The goals of the project include:

  • Provide developers with the tools to port Microsoft Windows ODBC applications to other platforms with the minimum of code changes.
  • Maintain the project as a vendor neutral interface database SDK
  • Provide people who write ODBC drivers the tools to port their drivers to non Windows platforms
  • Provide the user with a set of GUI and command line tools for managing their database access
  • Maintain links with both the free software community and commercial database vendors, to ensure interoperability

History edit

1999 edit

The unixODBC project was first started in the early months of 1999 (by Peter Harvey) and was created as at that time the developers of iODBC (another open source ODBC implementation) were not then willing to LGPL the code, expand the API to include the current ODBC 3 API specification, and did not consider the addition of GUI based configuration tools worthwhile. iODBC now has these parts added, and applications that use the ODBC interface may use both iODBC and unixODBC, without change in most cases, as a result of both projects adhering to the single ODBC specification.

1999 July edit

The original driver manager was very basic. The driver manager was rewritten by Easysoft's Nick Gorham soon after the project started. Nick assumed leadership of the project in July 1999 with Peter Harvey continuing work on supporting code.

The development of unixODBC progressed since its origin, with contributions from many developers, both in the open source community and also from commercial database companies, including IBM, Oracle Corporation and SAP.

It is included as part of the standard installation of many Linux distributions.

2009 edit

The unixODBC project was split into several projects (all hosted on SourceForge);

This split was done to allow faster releases of supporting work while maintaining focus on stability and consistency for the core code.

References edit

  1. ^ "Release 2.3.12 Release".
  2. ^ "unixODBC - An ODBC implementation for Unix". ubuntu,com. Retrieved February 14, 2024.

External links edit