So how do you “import” the results of those SQL statements into your general purpose application? Oh, so you need a mapping for that, let’s add some abstraction for that so we don’t have to repeat ourselves for each table and TADA, you’ve got yourself an ORM.
Comments
So how do you “import” the results of those SQL statements into your general purpose application? Oh, so you need a mapping for that, let’s add some abstraction for that so we don’t have to repeat ourselves for each table and TADA, you’ve got yourself an ORM.