Xadras / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Convert to SQLite #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've been trying to get the convert working to export to a sqlite db to go
about editing the data from the log as I choose but there isn't much
documentation on the option and don't know enough perl off the top of my
head to get this working.

Any help with this would be greatly appreciated.

./stasis: WARNING: SQLite mode is experimental, and the file format is
subject to change!
No DB specified at ./stasis line 750

Original issue reported on code.google.com by wilshire...@gmail.com on 12 Apr 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Edit stasis file:

## OPTIONS ##

my $opt_sfile = "mydatabasename";

You need to specify a database name.

Original comment by umcyk....@gmail.com on 27 Apr 2009 at 10:03

GoogleCodeExporter commented 9 years ago
You can also use the -sfile option.

Original comment by sCrasw...@gmail.com on 22 May 2009 at 1:33