Hacker News new | ask | show | jobs
by IndianAstronaut 3643 days ago
Do uou use metadata from the db driver to do type mappings?
1 comments

Not sure what you asking about. Do you mean if I define database structure in my code? The answer is: yes. I don't know about any database abstraction library that would provide you with convenience methods to query database with type checking and stuff without giving it the schema.