Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. StepSqlite is a multi-target PL/SQL compiler for the popular small database SQLite which supports a subset of Oracle PL/SQL syntax, to ease the writing of database interfaces for SQLite. 1. Multi-target: It can be used to compile the same database interface written in PL/SQL for us ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. StepSqlite is a multi-target PL/SQL compiler for the popular small database SQLite which supports a subset of Oracle PL/SQL syntax, to ease the writing of database interfaces for SQLite. 1. Multi-target: It can be used to compile the same database interface written in PL/SQL for use on several target operating systems, architectures and language APIs. Currently it supports Linux and iPhone on x86 and ARM using Sqlite native C++ API. 2. It is cloud-enabled: No installations are required to use it. No upgrades are required when new features are introduced. 3. It supports several features of PL/SQL that are not available in SQLite, such as variable substitution in SQL, built-in date operators, procedural code, triggers with procedural code, packages and cursors.