thanks

2013/1/21 Jens Staal <staal1978@gmail.com>
måndagen den 21 januari 2013 05.18.01 skrev  Francois Pussault:
> > hi again,
>
> Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite
> should be very good for my needs).

You can find the latest sqlite3 here:
http://ports2plan9.googlecode.com/files/sqlite3-3.7.15.1.tbz

and an alternative binary linked with libedit (needs the first sqlite3 package
installed first) here:
http://ports2plan9.googlecode.com/files/sqlite3bin-ledit.tbz

I have no idea if the libedit one has any added functionality. The binary gets
bigger, but that is all I know (I have not tested it further than that).

This sqlite3 has been built with GNU Pth to get pthreads support (sqlite3
built with minimal modifications of original sources).

http://ports2plan9.googlecode.com/files/pth-2.0.7.tbz

For a more "native" but older port of sqlite, see fgb's port:

http://plan9.bell-labs.com/sources/contrib/fgb/replica/sqlite3/iso.bz2