Fw: any simple and multiplatform database?

  • Thread starter Simon Roses Femerling
  • Start date
S

Simon Roses Femerling

Thx for your response

sqllite looks very interesting :)
Here is the python module: http://sourceforge.net/projects/pysqlite/

I'm familiar with mysql and postgresql but there are too heavy and I dont want to install a database.

I'm looking for something like sqllite

thx

Sincerely,

SRF

----- Original Message -----
From: Jaco Smuts
To: Simon Roses Femerling
Sent: Tuesday, June 08, 2004 3:06 PM
Subject: Re: any simple and multiplatform database?



have a look at

sqllite (interesting embedded database engine)
or (in no particular order)
mysql, (very easy for both win and unix environments)
postgresql (great for unix's, bit of a mission on win32)







"Simon Roses Femerling" <[email protected]>
Sent by: [email protected]
06/08/2004 03:08 PM


To: <[email protected]>
cc:
Subject: any simple and multiplatform database?



Hello all :)

Is there any simple and multiplatform database for python ?

It must be a local database (like mdb. files)

I was thinking of using mdb (MS Access) but in linux is a bit more hard to use it because you must install
several tools (mxODBC, etc..)

Sincerely,

SRF--
http://mail.python.org/mailman/listinfo/python-list
 
A

A. Lloyd Flanagan

Simon Roses Femerling said:
Thx for your response

sqllite looks very interesting :)
Here is the python module: http://sourceforge.net/projects/pysqlite/

I'm familiar with mysql and postgresql but there are too heavy and I
dont want to install a database.

I'm looking for something like sqllite

thx

Sincerely,

SRF

If your needs are basic enough, the standard module anydbm is both
simple and cross-platform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,185
Latest member
GluceaReviews

Latest Threads

Top