Thread: PocketSQL
Just found "pocketSQL - compact SQL database" http://www.sgpr.net/pocketsql/ Looks like it's postgresql incarnation for pocket computers Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
On Wed, 2002-02-27 at 20:17, Oleg Bartunov wrote: > Just found "pocketSQL - compact SQL database" > http://www.sgpr.net/pocketsql/ > > Looks like it's postgresql incarnation for pocket computers Not likely: pocketSQL tables are managed as ordinary tabular ascii data files. These files may be created or modified using a text editor, by external programs, and so on. Data files have one "record" per line, and each record has one or more "fields". Fields are separated by a single space. .... > ------- Hannu
You sure about that? It doesn't appear to be based on the PostgreSQL code base, and it doesn't sound like it's for pocket computers. From the web page: "pocketSQL is a compact multiuser database system that can be embedded in applications." Sounds more like a little database library than a pocket PC implementation of PgSQL. J Oleg Bartunov wrote: > Just found "pocketSQL - compact SQL database" > http://www.sgpr.net/pocketsql/ > > Looks like it's postgresql incarnation for pocket computers > > > Regards, > Oleg
Hannu, I was confused by 'psql' command. btw, seems hackers list doesn't working. I don't see any messages posted to hackers list. Oleg On 4 Mar 2002, Hannu Krosing wrote: > On Wed, 2002-02-27 at 20:17, Oleg Bartunov wrote: > > Just found "pocketSQL - compact SQL database" > > http://www.sgpr.net/pocketsql/ > > > > Looks like it's postgresql incarnation for pocket computers > > Not likely: > > pocketSQL tables are managed as ordinary tabular ascii data files. > These files may be created or modified using a text editor, > by external programs, and so on. Data files have one "record" > per line, and each record has one or more "fields". Fields are > separated by a single space. .... > > > ------- > Hannu > Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83