Soypete / WebServices-in-3-weeks

Made for the O'Reilly media course: Go for Web Development in 3 Weeks-A Guide for Building Robust Web Apps
22 stars 11 forks source link

update sql slides #35

Closed Soypete closed 11 months ago

Soypete commented 1 year ago

add pros and cons slide to using an interface for you DB api. pro is for migrating data store, making it data sources plug-in play in theory

con, more functions in an interface means a weaker interface. Weak interfaces are hard to manage and hard to enforce in many places