> On May 8, 2018, at 1:02 PM, Mike Clark <[email protected]> wrote: > > Has there been any thought of implementing some kind of stored procedure > feature for SQLite?
That's more of a server thing. In an embedded database, a stored procedure is literally a function in your programming language, which runs a SQLite query. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

