any simple and multiplatform database?

  • Thread starter Simon Roses Femerling
  • Start date
S

Simon Roses Femerling

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
 
J

Josiah Carlson

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..)

How much database do you need? If you just need a dictionary-like key,
value lookup table, try bsddb. Specifically the btree database, hash
table databases have had a known slowdown bug for a few months now.

- Josiah
 

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,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top