BrokenRobot
A random mix of technology-related and generally geeky links pulled off the 'net by
Brian Landers
« Larry McVoy
|
Main
|
python folding »
sqlite
SQLite
is an embedded relational database written in a C library. No server -- the library reads the DB files directly off disk. There's a
Python
interface to it available.
Posted by Brian on June 4, 2002 11:27 AM
|
Permalink