SQLite Database As Program
Page 38 of 41
[
prev
] [
next
]
Store Tcl procedures in individual records of a database instead of lumped together in a text file
Interpreter initializes by looking up and evaluating the
main
procedure
The
unknown
mechanism automatically loads additional procedures as needed
Built-in editor allows procedures and variables to be edited on-the-fly
Reclaim memory by periodically deleting procedures - procedures will automatically reload themselves if needed
Historical versions of procedures can be saved - built-in configuration management system