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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -