Re: PostgreSQL port to pure Java?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PostgreSQL port to pure Java?
Дата
Msg-id 3FD62B7C.1020901@dunslane.net
обсуждение исходный текст
Ответ на Re: PostgreSQL port to pure Java?  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: PostgreSQL port to pure Java?  (Hannu Krosing <hannu@tm.ee>)
Re: PostgreSQL port to pure Java?  (Dave Cramer <pg@fastcrypt.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL port to pure Java?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: PostgreSQL port to pure Java?