[Novalug] Relational DB

Clif Flynt CLIF@CFLYNT.COM
Wed Oct 12 18:34:18 EDT 2011


On Wed, Oct 12, 2011 at 01:05:07PM -0700, Roy Wilson wrote:
>
> Anyone have suggestions for relational database software that
> will run on both linux and Windows?  I've got a major project in the
> works that will require about 30 related db's tied to a main file.

  If you don't require multiple simultaenous users with write access,
you might consider SQLite.  

  SQLite is a single-file, single library relational-DB engine that
doesn't require a server.  It's great for applications that require
complex data models, but don't require record-level locking and
access control.

  Clif

-- 
... Clif Flynt ... http://www.cwflynt.com ... clif@cflynt.com ...
.. Tcl/Tk: A Developer's Guide (2nd edition) - Morgan Kauffman ..
.... 18'th Annual Tcl/Tk Conference:  2011, Manassas, VA USA ....
.............  http://www.tcl.tk/community/tcl2011/  ............








More information about the Novalug mailing list