Hi! This is version 0.1 of the MySQL interface code for Gwydion Dylan. At the current stage, there is support for all of the documented function calls. Some constants are missing, as well as some nifty macros to make things a litte prettier, or even a database- independent abstract interface. To compile, type 'make'. To run the test program, type 'make test'. If it prints 'hello dude', you have basic funtionality. The test requires that there is a database named 'test' and that you have permissions to access it. Edit demos/mysql-test/mysql-test.dylan if you need to supply a username and password. To install the library, copy mysql.lib.du and libmysql.a into your DYLANLIB directory, usually /usr/lib/dylan or /usr/local/lib/dylan. The contents of demos/mysql-test.dylan should give you a rough idea on how to use the interface, have a copy of the MySQL manual handy. You can get Gwydion Dylan at: http://www.randomhacks.com/dylan MySQL has it's home at: http://www.mysql.org Happy hacking! Andreas Bogk (ich@andreas.org)