sqlitestored-procedures

Creating stored procedure in SQLite


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


Solution

  • 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