Hi all,

Version 2.5 of PyDbLite has just been released

PyDbLite is
    * a fast, pure-Python, untyped, in-memory database engine,
compatible with Python 2.3 and above, using Python syntax to manage
data, instead of SQL
    * a pythonic interface to SQLite and MySQL, using the same syntax
as the pure-Python engine for most operations (except database
connection and table creation because of each database specificities)

This version greatly improves the SQLite and MySQL modules :
- defining classes for the connection, database and table levels of
these engines
- allowing engine-specific parameters in table creation
- better management of date and datetime types with SQLite

The pure-Python engine is portable on all environments with a Python
interpreter. It is as fast, and even faster than SQLite for small to
medium sets of data. Being in-memory, it is obviously not adapted to
huge amounts of data, which are best managed with SQLite and MySQL

Home page : http://www.pydblite.net/
Documentation : http://www.pydblite.net/en/index.html
Group (new : be the first to ask questions !) : 
http://groups.google.com/group/pydblite
Downloads : http://sourceforge.net/project/platformdownload.php?group_id=210258

Enjoy,
Pierre
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to