sqlrite 1.0.2

RAG-oriented SQLite wrapper for AI agent workloads
Documentation
1
2
3
4
5
6
7
"""SQLRite Python SDK."""

from .client import SqlRiteApiError, SqlRiteClient

__version__ = "1.0.2"

__all__ = ["SqlRiteClient", "SqlRiteApiError"]