SQLite RISC-V Fix, Formal Verification & pg_grpc for SQL-Native gRPC Today's Highlights This week features crucial SQLite internal updates, including a RISC-V build fix and insights into its formal verification process, alongside a new PostgreSQL extension, pg_grpc , enabling direct gRPC service calls from SQL. pg_grpc: call gRPC services directly from SQL (alpha, feedback welcome) (r/PostgreSQL) Source: https://reddit.com/r/PostgreSQL/comments/1sw8d3t/pg_grpc_call_grpc_services_directly_from_sql/ This alpha-stage PostgreSQL extension, pg_grpc , allows users to invoke unary gRPC methods directly from within SQL queries. It eliminates the need for an application layer, sidecar proxies, or complex code generation for integrating PostgreSQL with gRPC services. This capability opens up new possibilities for data pipeline tools and microservice architectures, enabling triggers, scheduled jobs, or ad-hoc queries to interact seamlessly with external gRPC endpoints.…