@@ -13,7 +13,7 @@ packages = ["ddcDatabases"]
1313
1414[project ]
1515name = " ddcDatabases"
16- version = " 3.0.9 "
16+ version = " 3.0.10 "
1717description = " Simplified database ORM connections with support for multiple database engines"
1818urls.Repository = " https://github.com/ddc/ddcDatabases"
1919urls.Homepage = " https://pypi.org/project/ddcDatabases"
@@ -27,14 +27,15 @@ maintainers = [
2727]
2828keywords = [
2929 " python" , " python3" , " python-3" ,
30- " databases" , " database" , " ddcDatabases" ,
30+ " ORM" , " ORM-connection" , " sqlalchemy" ,
31+ " database" , " databases" , " ddcDatabase" , " ddcDatabases" ,
3132 " mssql" , " mssql-database" ,
3233 " mysql" , " mysql-database" ,
3334 " oracle" , " oracle-database" ,
3435 " mariadb" , " mariadb-database" ,
3536 " mongodb" , " mongodb-database" ,
3637 " sqlite" , " sqlite3" , " sqlite3-database" ,
37- " pgsql " , " postgres" , " postgresql" , " postgresql-database" ,
38+ " postgres " , " postgres-database " , " postgresql" , " postgresql-database " , " pgsql " , " pgsql -database" ,
3839]
3940classifiers = [
4041 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -59,10 +60,12 @@ dependencies = [
5960
6061[project .optional-dependencies ]
6162mongodb = [" motor>=3.7.1" ]
62- mssql = [" pyodbc>=5.3.0" , " aioodbc>=0.5.0" ]
63- mysql = [" mysqlclient>=2.2.7" , " aiomysql>=0.3.2" ]
6463oracle = [" oracledb>=3.4.2" ]
65- pgsql = [" psycopg[binary]>=3.3.2" , " asyncpg>=0.31.0" ]
64+ mssql = [" pyodbc>=5.3.0" , " aioodbc>=0.5.0" ]
65+ mysql = [" mysqlclient>=2.2.8" , " aiomysql>=0.3.2" ]
66+ postgres = [" psycopg[binary]>=3.3.2" , " asyncpg>=0.31.0" ]
67+ pgsql = [" ddcDatabases[postgres]" ]
68+ mariadb = [" ddcDatabases[mysql]" ]
6669
6770[dependency-groups ]
6871dev = [
0 commit comments