Skip to content

Commit f2050c5

Browse files
committed
Mention ODBC support in docs
- Updated dependencies in Cargo.lock to their latest versions, including `odbc` support. - Modified Cargo.toml description and keywords to reflect ODBC integration. - Enhanced README and CHANGELOG to document ODBC setup and usage instructions.
1 parent e652eb2 commit f2050c5

File tree

4 files changed

+260
-191
lines changed

4 files changed

+260
-191
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.49
9+
- Added support for ODBC. SQLx-oldapi can now connect to Oracle, Db2, Snowflake, BigQuery, Databricks, and many other databases, using locally installed ODBC drivers.
10+
811
## 0.6.48
912
- Added support for reading and writing `uuid` data (using the `uuid` feature) in MsSql and Any.
1013

0 commit comments

Comments
 (0)