mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
add db package - unified single module combining db_sqlite, db_postgres, db_mysql
This commit is contained in:
parent
f4d6ac10c0
commit
30eb49c3af
@ -3700,5 +3700,24 @@
|
|||||||
"description": "Auto-generate a Python module that wraps a Nim module.",
|
"description": "Auto-generate a Python module that wraps a Nim module.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/jboy/nim-pymod"
|
"web": "https://github.com/jboy/nim-pymod"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "db",
|
||||||
|
"url": "https://github.com/jlp765/db",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"wrapper",
|
||||||
|
"database",
|
||||||
|
"module",
|
||||||
|
"sqlite",
|
||||||
|
"mysql",
|
||||||
|
"postgres",
|
||||||
|
"db_sqlite",
|
||||||
|
"db_mysql",
|
||||||
|
"db_postgres"
|
||||||
|
],
|
||||||
|
"description": "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/jlp765/db"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user