PyDbLite

A pure-Python in-memory database engine, using Python list comprehensions as query language, instead of SQL
Download

PyDbLite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Pierre Quentel
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 23 KB

PyDbLite Tags


PyDbLite Description

A pure-Python in-memory database engine, using Python list comprehensions as query language, instead of SQL PyDbLite is a free, open source, small, and fast in-memory database management program.The database object supports the iterator protocol, so that requests can be expressed with list comprehensions or generator expressions instead of SQL. The module stores data in a cPickled file. Records are indexed by a unique record identifier, that can be used for direct access. Since operations are processed in memory they are extremely fast, nearly as fast as SQLite in the few tests that were made by the developer. Also, an index can be created on a field to speed up selections. What's New in This Release: · Bug fixes, name and interface changes to SQLite and MySQL adapters.


PyDbLite Related Software