"Ahmed Sulaiman" <[EMAIL PROTECTED]> wrote: > Hi all, > > Does SQLite work on Mac,
SQLite is built into the Mac. Apple uses it for many of the applications that come on the mac, such as the email reader and safari. Just open up a terminal window and type "sqlite3" and you will see. SQLite also compiles out-of-the-box on mac. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

