mysql - Interacting with a Database from Scheme -
i try learn scheme , test project wanted create simple website 1-2 database queries (mysql preferred, postgresql ok, too).
i know it's not schemes domain still want see how far can come. sadly, seems i'm stuck @ using database , googling "scheme database" or other combination including words (as expected considering double meaning of scheme in case) not helpful.
can give me hints on how access database scheme program?
i read scheme code interfacing mysql client program i'd prefer more direct.
thanks.
gnu guile has database interface supports postgres, mysql , sqlite. called guile dbi. other scheme implementations may try are: sisc (can connect jdbc compliant database, including mysql) , spark-scheme (can connect odbc compliant database, including mysql , comes bundled sqlite). note scheme implementations has form of foreign function interface write own mysql->scheme connector.
Comments
Post a Comment