I'm been playing around with integration SQL support, using the Postgres APL. It's quite easy, and can be quite useful.
However, I need some suggestions before I make something that is releasable:
- Right now I'm using libpq, which is Postgres-specific. This is obviously not ideal. Any suggestions what API I should use instead? How about ODBC?
- Is such library something that could be included in the GNU APL distribution?
Regards,
Elias