feat: MongoDB class (Mongo kept as alias) + connect()/async with + exists/delete aliases

additive only — every existing name preserved, swallow contract unchanged. brings mongo
in line with the redis/psql/mysql datastore trio's naming/lifecycle. bump v0.1.3 -> v0.1.4

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-29 23:11:11 -04:00
parent 1d55efbcdd
commit e20368287d
4 changed files with 87 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "mongo"
version = "0.1.3"
version = "0.1.4"
description = "async mongodb wrapper over motor with a raw escape hatch"
requires-python = ">=3.10"
dependencies = [