http://qs321.pair.com?node_id=1193591


in reply to Re^2: Architecture design for full stack development.
in thread Architecture design for full stack development.

Thanks for the follow up on why you need an ORM.

If you're concerned about an attacker then take steps to harden your system (not just the database). If you're concerned about running out of values for a sequence then you should consider non-integer approaches; one such approach would be UUIDs.