Hajime Nakagami is announcing that firebirdsql with version number 0.9.8 is already available to download.
What is firebirdsql ?
firebirdsql is A lightweight library that allows developers to write Python applications and websites that use the Firebird database to store data .
The Firebird database is a relational database based on many ANSI SQL standard features.Firebird is a quite stable and includes cross-platform support for all the major operation systems Python runs on also.It is not the most well known database around, but many developers consider it better than classic solutions like MySQL or PostgreSQL.firebirdsql provides a way for Python developers to write SQL operations using Python syntax.The library will take the developer’s code, convert it to SQL syntax, run it on the database and return the results (if any).It’s basically your ol’ regular database abstraction layer.firebirdsql works with both major versions of the Python programming language, 2.x and 3.x.
This is changelog for firebirdsql version 0.9.8 :
- Fixed null indicator for Firebird 3.
- PyCrypto support for Firebird 3.
You can read the complete changelog and also download this latest version on their homepage: github.com