Creating stored procedure and SQLite?

grady picture grady · Jul 26, 2010 · Viewed 167.5k times · Source

Is it somehow possible to create a stored procedure, when using SQLite?

Answer

h3xStream picture h3xStream · Jul 26, 2010

SQLite has had to sacrifice other characteristics that some people find useful, such as high concurrency, fine-grained access control, a rich set of built-in functions, stored procedures, esoteric SQL language features, XML and/or Java extensions, tera- or peta-byte scalability, and so forth

Source : Appropriate Uses For SQLite