Skip to content

v0.0.1

Latest

Choose a tag to compare

@splasky splasky released this 04 Feb 12:18
· 23 commits to main since this release

v0.0.1 - Initial Release

SQLAlchemy dialect for Google Cloud Datastore.

Features

  • SQLAlchemy dialect for Google Cloud Datastore (datastore:// connection URI)
  • SQL to GQL (Google Query Language) conversion for Superset/sqlglot compatibility
  • Client-side filter detection and evaluation
  • Derived table query processing
  • Fallback query execution for GQL failures
  • Scoped credentials handling
  • fetchmany() cursor method support
  • GeoPt type mapping to JSON

Testing

  • Unit tests for dbapi, helpers, and base modules
  • Integration tests for query execution