If it's just for setting up databases, tables, etc, why not just use a sql script?

Throw all your database object creation sql into a file and then execute that file from within sqlite using the ".read FILE" command.



On 16 Jan 2012, at 11:23, John Elrick wrote:

Ruby also.

On Mon, Jan 16, 2012 at 1:15 PM, Stephan Beal <sgb...@googlemail.com> wrote:

On Mon, Jan 16, 2012 at 7:12 PM, Bill McCormick <wpmccorm...@gmail.com
wrote:

Is tcl the only scripting interface for SQLite? I'm just wondering what
the options are.



There are few scripting languages which don't have an sqlite3 binding. Just
to name a few:

- Perl
- PHP
- JavaScript (v8 and SpiderMonkey engines)
- Python
...


--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users




--
John Elrick
Fenestra Technologies
540-868-1377
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to