Creating an application within C5
Permalink
I'm looking for good practices and a starting point in developing a data base application with in C5. Specifically a Scheduling program.
Should tables and data be stored in a separate Database (and accessed a link) or should tables just be created with a specific naming convention (table prefix).
Thoughts?
Should tables and data be stored in a separate Database (and accessed a link) or should tables just be created with a specific naming convention (table prefix).
Thoughts?
https://github.com/jordanlev/c5_boilerplate_crud...