Re: PostgreSQL port to pure Java? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PostgreSQL port to pure Java?
Date
Msg-id 3FD62B7C.1020901@dunslane.net
Whole thread Raw
In response to Re: PostgreSQL port to pure Java?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: PostgreSQL port to pure Java?  (Hannu Krosing <hannu@tm.ee>)
Re: PostgreSQL port to pure Java?  (Dave Cramer <pg@fastcrypt.com>)
List 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




pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PostgreSQL port to pure Java?
Next
From: Christopher Browne
Date:
Subject: Re: PostgreSQL port to pure Java?