[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: need advice on a solution



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.


Reply to: