« Back to the Programming/Coding/Developing Forum

Library database for smaller company

Hi!


I am currently working for a small community of researchers and
archaeologists, (see no budget) and my role is to update and
modernize their database. Currently they are using a cal file to very
sporadically add stuff, and they have very clearly hit a limit for
what this poor document can do for them.


As a result I am looking for cheap, preferably free
database solutions dedicated to libraries, currently exploring Koha
to see if fits, but I would be super grateful for any suggestions.


Report Topic

2 Replies

Sort Replies:

Reply by benny // whalefall

posted

i'm also interested in this


Permalink Report Reply

Reply by ChiefBromden

posted

What kind of data structure would you use? I'm not much into databases, but if it's just text and numeric fields (I guess so because it's a library), you can use a simple SQLite database.

I use it on Python projects and it's alright. Never try it on a huge DB thou.


Permalink Report Reply