Skip to content

Commit 96f5b8a

Browse files
committed
feat: postgres adapters
1 parent 4294207 commit 96f5b8a

File tree

20 files changed

+3371
-0
lines changed

20 files changed

+3371
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Aiosqlite ADK integration for Google Agent Development Kit."""
2+
3+
from sqlspec.adapters.aiosqlite.adk.store import AiosqliteADKStore
4+
5+
__all__ = ("AiosqliteADKStore",)

0 commit comments

Comments
 (0)