Remove api01
article thumbnail

Database functions to wrap logic and SQL queries

Derek Sivers

Download the final example file here: /code/api01.sql. Then any code, in any language, could just call those functions, knowing the database itself will handle the logic. Keeping the data-logic where it should be: with the data. More on this in future posts. Or until then, see my example on Github.

40