New Home for Twining

David Seruyange has created a project page for his IronPython Database DSL Twining:
Twining allows you to work with databases using code that looks like:


cn = "my connection string"
database(cn).table("MyTable").copyto.csv("c:\\export.csv")

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger