buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

Add functionality to add, update and delete to POD utilities. #20

Closed jeanbaptistelab closed 8 years ago

jeanbaptistelab commented 8 years ago

This allows using less SQL when working with simple POD objects.

Note that the POD objects must have a "long id" public field to this new functionality to work.