SQLite Forum

How to Extension SQLite to support Stored Procedure?
Login
> How to Extension SQLite to support Stored Procedure?

The short version is "you can't because sqlite extensions cannot extend the syntax of SQL," but you probably want to read [this recent thread on the topic](/forumpost/5cb522bfb4) to get a better idea of how to approximate stored procedures in sqlite (as well as reasons for why you might really not want to).