I just wanted to point you at the entity CRUD API I created in d7. I don't know the internals of the module, but it looks like it might be useful for the d7 version of data. With having created data being entities, you'd have already a CRUD layer and data could be fieldable. :)
Comments
Comment #1
alex_b commentedThanks - do you have pointers to patches or documentation?
Comment #2
fagoI'd suggest to check the README and the doxygen in the api.php files. Apart from that it's probably easiest to study code that makes use of it, e.g. the testing module and its test.
Comment #3
joachim commentedThere's a patch over at #1342294: add a module to create entity types and entities from tables now.