v1.5.0
Flight SQL Server Example
is now: SQLFlite
This is a rename release.
The Flight SQL Server Example
repo has been renamed to SQLFlite
.
All executables and Docker image tags have also been updated from prefix: flight_sql*
to sqlflite*
.
Additionally - the sqlflite_server
executable (and Docker image) - have been changed from using environment variables: FLIGHT_USERNAME
and FLIGHT_PASSWORD
to now use: SQLFLITE_USERNAME
and SQLFLITE_PASSWORD
, respectively.