grpc-kv-examples
2025-01-30
Add SQLite gRPC service with protobuf-based query and result streaming
8 files · 635+ · 120-
Add SQLite gRPC service
5 files changed
sqlite_server.pySQLite-backed gRPC server with query execution and result streamingsqlite_client.pySQLite gRPC client with tabulate-formatted query outputdatabase.pyDatabase connection management and helper functionscelersql_pb2.pyGenerated protobuf definitions for SQL query servicecelersql_pb2_grpc.pyGenerated gRPC stubs for SQL query service
- Added SQLite gRPC service supporting SQL query execution over gRPC with structured result responses
instantiate
behavioral
2 files
sqlite_server.pysqlite_client.py
- Database module provides connection pooling and lifecycle management for SQLite
instantiate
internal
1 file
database.py