We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ce123 commit aa7b1f5Copy full SHA for aa7b1f5
README.md
@@ -13,10 +13,13 @@ SQLAlchemy Adapter is the [SQLAlchemy](https://www.sqlalchemy.org) adapter for [
13
14
Based on [Officially Supported Databases](http://www.sqlalchemy.org/), The current supported databases are:
15
16
-- MySQL
17
- PostgreSQL
18
-- Sqlite3
19
-- SQL Server
+- MySQL
+- SQLite
+- Oracle
20
+- Microsoft SQL Server
21
+- Firebird
22
+- Sybase
23
24
## Installation
25
@@ -53,4 +56,4 @@ else:
53
56
54
57
### License
55
58
-This project is licensed under the [Apache 2.0 license](LICENSE).
59
+This project is licensed under the [Apache 2.0 license](LICENSE).
0 commit comments