PocketSQL

Started by Oleg Bartunovabout 24 years ago4 messageshackers
Jump to latest
#1Oleg Bartunov
oleg@sai.msu.su

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

#2Hannu Krosing
hannu@tm.ee
In reply to: Oleg Bartunov (#1)
Re: PocketSQL

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

#3J Smith
dark_panda@hushmail.com
In reply to: Oleg Bartunov (#1)
Re: PocketSQL

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:

Show quoted text

Just found "pocketSQL - compact SQL database"
http://www.sgpr.net/pocketsql/

Looks like it's postgresql incarnation for pocket computers

Regards,
Oleg

#4Oleg Bartunov
oleg@sai.msu.su
In reply to: Hannu Krosing (#2)
Re: PocketSQL

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