/src/engine/sql/*

Dave Peticolas dave@krondo.com
Sun, 10 Dec 2000 15:05:33 -0800


David Merrill writes:
> There is some code in /src/engine/sql that says it is broken. How bad
> is it? Should it be thrown away? Is there something salvageable?

The code in .../sql was a proof-of-concept that Linas V. wrote. It is
specific to postgres. It should probably be looked at for possible
ideas, but not necessarily used as the basis for the real implementation.

Specifially, the Backend structure used in .../engine is supposed
to provide a generic interface to multiple backends, so you should
take a look at that.

dave