What's Changed
- Fix Android build by @colemancda in https://github.com/stephencelis/SQLite.swift/pull/1324
- add SQLite. prefix for Expression in README by @nathanfallet in https://github.com/stephencelis/SQLite.swift/pull/1325
- Create index support array as parameters to solve #1322 by @hawk0620 in https://github.com/stephencelis/SQLite.swift/pull/1326
- Attempt to fix tests build for an...