New ro rails: what mysql lib comes with Ruby/RoR on windows?

Rails Recipe book has a recipe "Use Active Record Outside of Rails" For simple scripts you can use the ActiveRecord::Base class to establish a database connection, then you just make your class extend from it. Now all the methods of the ActiveRecord is available to you. Refer the online documentation of Rails for the syntax and usage.