[Dancer-users] SimpleCRUD and multiple tables

Puneet Kishor punk.kish at gmail.com
Fri May 25 17:10:18 CEST 2012


On May 25, 2012, at 10:02 AM, <gizmomathboy at gmail.com> wrote:

> Is there a way to access multiple tables using SimpleCRUD without using foreign keys?
> 
> I have a relatively small database with a 3 tables or so but I don't have foreign keys between the tables.


I don't understand the motivation of the question. Having (or not) FKs has nothing to do with being able to query tables. Just make the appropriate JOINs and get going. FKs only allow you to pass the responsibility of ensuring data integrity to the database instead of coding it in the application.



--
Puneet Kishor


More information about the Dancer-users mailing list