Re: PostgreSQL port to pure Java?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL port to pure Java?
Date: 2003-12-09 20:07:24
Message-ID: 3FD62B7C.1020901@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Cramer wrote:

>Have a look at Axion for a pure java db
>
>http://axion.tigris.org/
>
>Not as full featured,but still useful.
>
>
>

Er, I take it that "not as full featured" is an example of meiosis :-)

Here's what the web page says:

----------------------------------------

Not (Yet) Supported Features

*

ALTER TABLE (other than add/drop constraint)

*

client/server mode

*

constraints/foreign keys (partial support is available)

*

GROUP BY/HAVING

*

stored procedures

*

sub-selects

*

triggers (note that default column values are supported)

*

user-level security

----------------------

This is basically a small embedded db engine, not an enterprise class RDBMS.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2003-12-09 20:09:44 Re: PostgreSQL port to pure Java?
Previous Message Christopher Browne 2003-12-09 20:01:47 Re: PostgreSQL port to pure Java?