Hi, I'm working on a port of a database schema management tool called Liquibase that we use where I work. (My goal is to eventually get our entire open source tool chain available as packages and then I plan on using my evil mind control power to lure other developers to OpenBSD!)
Anyhow, this tool reads text files (JSON, XML, etc.) and uses them to make schema changes or modify data in your database in a cross-DBMS way (very similar in concept to rake db:migrate in rails). I'm unsure whether this should live in /devel or /databases though. Thoughts? Thanks, Bryan