On 10/04/2010 07:08 AM, John Hasler wrote:
Ron Johnson writes:
PostrgeSQL is *the* way to go...
For his purpose sqlite might be better.
I thought about that, but it's datatypes are only notional.
$ sqlite3 foo.db
SQLite version 3.7.2
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> create table bar (f1 integer);
sqlite> insert into bar values ('Hello, World');
sqlite> select * from bar;
Hello, World
sqlite>
--
Seek truth from facts.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ca9d195.6020...@cox.net