>From: Rousselot, Richard A >Sent: 2016年8月23日 22:14 >To: SQLite mailing list >Subject: Re: [sqlite] CREATE FUNCTION
>Trust, me if I could remove that dumb message I would. :) There is no such thing as a dumb question. Packing all the core business logic in SQL language has some advantage, It’s easier to review and maintain, the database designer define the schema and implement the SQL “procedures” or “functions” to manipulate the data,. Other programmer just use whatever language they like to call those procedures, instead of interweave the host language statements and raw SQL statements. It’s more concise, the complexity of business logic is hidden, the database consistence is easier to preserved. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users