Simple Database Package

F

Fuzzyman

I'm looking to build a simple database application for use on the
desktop (customer contact and feedback database).

Anyone able to reccomend a simple module / package I can use... ?
I've never done any database work before and am ken to learn - but
most of the ones I've seen seem to rely on a database engine buit into
a server.. I need a simple stand alone engine. Of course I could just
build the functions I need - but that would be a bit of a waste and
not so extendable........

Thanks in advance for your help.

Fuzzy

fuzzy man AT atlantibots DOT org DOT uk
 
P

Peter Hansen

Fuzzyman said:
I'm looking to build a simple database application for use on the
desktop (customer contact and feedback database).

Anyone able to reccomend a simple module / package I can use... ?
I've never done any database work before and am ken to learn - but
most of the ones I've seen seem to rely on a database engine buit into
a server.. I need a simple stand alone engine. Of course I could just
build the functions I need - but that would be a bit of a waste and
not so extendable........

Metakit? http://www.equi4.com/metakit.html and http://www.equi4.com/metakit/python.html

-Peter
 
B

Brian Kelley

Fuzzyman said:
I'm looking to build a simple database application for use on the
desktop (customer contact and feedback database).

Anyone able to reccomend a simple module / package I can use... ?

You might think about SQLObject. http://sqlobject.org/ It is basically
an easy to program front end for various databases.

It can use SQLite and a whole bunch of other databases. They even
include the start for a contact database. I have found it pretty easy
to use. Of course, you will also need a database backend like sqlite.

Brian
 
J

Jamey Cribbs

Fuzzyman said:
Anyone able to reccomend a simple module / package I can use... ?
I've never done any database work before and am ken to learn - but
most of the ones I've seen seem to rely on a database engine buit into
a server.. I need a simple stand alone engine. Of course I could just
build the functions I need - but that would be a bit of a waste and
not so extendable........

Have a look at KirbyBase (http://www.netpromi.com/kirbybase.html). It's
written in Python, can be either embedded in your application or used in
a multi-user/client server mode, and stores its data as plain-text files
that can be opened by any text editor. I'm probably a little biased
because I wrote it, but, if your needs are simple, it might prove useful.

Jamey
 
F

Fuzzyman

Jamey Cribbs said:
Have a look at KirbyBase (http://www.netpromi.com/kirbybase.html). It's
written in Python, can be either embedded in your application or used in
a multi-user/client server mode, and stores its data as plain-text files
that can be opened by any text editor. I'm probably a little biased
because I wrote it, but, if your needs are simple, it might prove useful.

Jamey



Just as I'd decided to use Metakit as well :)
I *do* like the idea of a pure python solution (cross platform
distribution in 1 package) and a text datafile..

I'll have a look at it anyway... don't be offended if I decide to use
metakit though - it looks pretty good.

Thanks for your help.

Fuzzy
 

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
474,176
Messages
2,570,947
Members
47,498
Latest member
log5Sshell/alfa5

Latest Threads

Top