Looking at existing 1,3 modules for sybase, postgress, msql and mysql I see that we essentially just use:
- connect
- disconnect
- select/query "SQL string"
<- get back a table
- escape a SQL string (i.e. \" etc, protect against illegal entry)
- decode an error
Would it be worth our while to do something so that we can deal with
all 4 or 5 with a simple lib_sql_* behind a generic mod_authn_sql. (Note -
I do not want to re-invent ODBC :-).
Dw
