On Fri, 5 Nov 2004, Jeff Flowers wrote:
Is anyone using SQLite to manange personal data; not as part of another program but by itself, as distributed with the sqlite frontend? I searched Google but no one seems to be talking about SQLite as a program by itself.
i do. anytime i have to manage data i am using sqlite. often i will build the databases using the api within ruby, but then i may have shell scripts and other programs that use the database but do not have a programming lang specific api and i simply use system calls to sqlite to interact with the database. also i use sqlite itself to tweak things in databases created using programming apis after the fact.
-a -- =============================================================================== | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | When you do something, you should burn yourself completely, like a good | bonfire, leaving no trace of yourself. --Shunryu Suzuki ===============================================================================

