More information about the Underscore mailing list

[_] database design

Tim Beadle tim.beadle at gmail.com
Thu Nov 30 14:03:32 GMT 2006

On 30/11/06, Aaron Trevena <aaron.trevena at gmail.com> wrote:
> Time to look at using a proper relational database then.

Condescension aside, a "proper" RDBMS won't help if Karl isn't given
some pointers so he gets his head around table
normalisation/denormalisation...

> SQLite is well suited to embedding in applications and has APIs in
> most programming languages. Otherwise if you're not used to using
> 'proper' databases you could pick up mysql which is a lot easier and
> more tolerent of newbies that postgres et al.

See above.

Tim