Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 708 Bytes

File metadata and controls

18 lines (10 loc) · 708 Bytes

Changelog

v0.2.2 - July 25, 2024

  • Added support for apikey parameter in connection string.

v0.2.0 - October 18, 2023

  • Introduced the SQLiteCloudVM class, 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.

v0.1.1 - September 28, 2023

  • Removed SwiftLint as package dependency.

v0.1.0 - September 28, 2023

  • SQLiteCloud is a brand new Swift package that offers cloud-based SQLite database management.