Introducing the first release of odbc.f, a modern Fortran library that simplifies database interactions with an intuitive, object-oriented ODBC interface! Built entirely in pure Fortran, the nearly complete ODBC API (lacking only interval data types) is auto-generated using swig-fortran.
On top of the raw interface, the objects are designed for seamless integration with various databases, and encapsulates complex ODBC operations into user-friendly connection, resultset, and columnset types, enabling developers to effortlessly manage connections, execute SQL queries, and process results. With robust error handling and support for advanced features like scrollable cursors, odbc.f considerably simplifies the development of database-driven applications.