SQLite Features
From DreamFactory
SQLite is great for a simple and easy setup and usage, but it may not be a good fit for all applications. See why here.
Common Feature Exceptions
- No support for stored procedures or functions.
- No support for database field expressions.
Configuration
- database - Database filename or full path. If a simple filename is used, the file, if not created already, will be created under the /storage/databases/ directory from the root of the installation.