Python database

Pieter Claerhout Pieter.Claerhout at Creo.com
Tue Jan 20 06:00:34 EST 2004


Have a look at SQLite: www.sqlite.org.

pieter

Creo
pieter claerhout | product support prinergy | tel: +32 2 352 2511 |
pieter.claerhout at creo.com | www.creo.com

IMAGINE CREATE BELIEVE(tm)


-----Original Message-----
From: brice.vissiere at costes-gestion.net
[mailto:brice.vissiere at costes-gestion.net] 
Sent: 20 January 2004 11:46
To: python-list at python.org
Subject: Python database


Hi python friends,

I'm currently working on a data handling tool.

For internal storage, I'm looking for a 100% python database.

I have some constraints:
 + multi-platform
 + relational with built-in query system (SQL preferably)
 + built-in string functions
 + reliable
 + fast

I don't care about:
 + network access
 + concurracy control
 + transaction commit/rollback

One of the key feature I'm looking for is direct string handling in
queries: concatenation, substring extraction, stripping, justifying,
... all we can do with python strings.

My first thought was to use Gadfly. I've downloaded and installed it.
Now, I'm  investigating the documentation and examples to find string
capabilities of Gadfly, but at first look, it seems that it will not
fit to my needs.

My problem would be solved by using a database allowing user function
creation, but I don't know whether such a tool exists.

So, have you any idea of a db tool I should use ?

Thanks in advance.

Brice
-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list