Re: DB with list datatype?
- From: Kenneth Downs <knode.wants.this@xxxxxxxxxxxx>
- Date: Sun, 10 Sep 2006 10:18:47 -0400
Andreas Kochenburger wrote:
Hi, I am looking for a small embeddable database that allows lists as
datatype, similar to the internal database of a Prolog programming system.
I.e. the data are organized in tables, so it is a relational database. But
an element in a table can be a list of variable length, eg. a string list
or a number list
Any idea? Could SQlite do that with some magic tricky things?
PostgreSQL has an array data type and several language extensions to assist
in using them.
However, I would echo all of Bill's warning, with this conclusion about
putting lists into columns: "Abandon hope all ye who enter here."
--
Kenneth Downs
Secure Data Software, Inc.
(Ken)nneth@(Sec)ure(Dat)a(.com)
.
- Follow-Ups:
- Re: DB with list datatype?
- From: Andreas Kochenburger
- Re: DB with list datatype?
- References:
- DB with list datatype?
- From: Andreas Kochenburger
- DB with list datatype?
- Prev by Date: I hve no blog
- Next by Date: DB2 and Informix - Europe Conference IDUG and IIUG 2006: Early registration savings end 14 September!
- Previous by thread: Re: DB with list datatype?
- Next by thread: Re: DB with list datatype?
- Index(es):
Relevant Pages
|
|