What's here:

SqliteImporter is a command line program to import fixed width or delimited data into an Sqlite database. It's suitable for text manipulation in shell scripts. Input data is appended to existing table columns in the order presented on the command line. It can optionally create a table if none is specified on the command line.

SqliteReplicate is a command line program to replicate an Sqlite database while it is still in use. It does lock the database for the duration of the copy.

Carlo A. Bertelli put together an OSX version, see the downloads section. Thanks Carlo!

All programs are written by Jay Sprenkle
Last updated 8/20/06. © 2006 Jay Sprenkle, ALL RIGHTS RESERVED