- Added support for apikey parameter in connection string.
- Introduced the
SQLiteCloudVMclass, a virtual machine for executing SQL commands. Provided methods to bind values, step through the execution, and retrieve query results. - Introduced a new protocol, SQLiteCloudProvider, which SQLiteCloud now conforms to. The protocol defines a comprehensive set of APIs to interact with SQLite databases in a cloud-based environment.
- Removed SwiftLint as package dependency.
- SQLiteCloud is a brand new Swift package that offers cloud-based SQLite database management.