slite-change
Advanced tools
Comparing version 1.2.13 to 1.2.14
{ | ||
"name": "slite-change", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -81,6 +81,8 @@ # slite-change | ||
# Using Stored Procedures | ||
Sqlite does not support stored procedures but **slite-change** does. Stored procedures are written to the SQL files and can be called using the tag **@Procedure** followed by the function name | ||
and arguments to be passed to the function. | ||
Sqlite does not support stored procedures but **slite-change** does. Stored procedures are written to the SQL files and can be called using the tag **@Procedure** followed by the function name and arguments to be passed to the function. | ||
The function called is responsible for parsing the argument string. | ||
```sql | ||
-- Sample SQL to call "AddUser" funtion with a string of arguments. | ||
@Procedure AddUser guest guest guest guest guest | ||
@@ -87,0 +89,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51622
226