Is it just me, or is Sqlite3 goofy?

Bruno Desthuilliers onurb at xiludom.gro
Tue Sep 5 04:08:54 EDT 2006


mensanator at aol.com wrote:
> Probably just me. I've only been using Access and SQL Server
> for 12 years, so I'm sure my opinions don't count for anything.
> 

SQLite never pretended to be a full-blown RDBMS - just a lightweight
simple embedded database as SQL-compliant as possible. In it's category,
it beats Access and MySQL hands down. Now if you want a real RDBMS,
you've just failed to choose the right tool. May I suggest PostgreSQL ?

(snip useless rant)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list