Microsoft's Data API Builder is designed to help developers expose database objects through REST and GraphQL without building a full data access layer from scratch. In this Q&A, Steve Jones previews ...
CREATE INDEX IF NOT EXISTS blocks_by_chain ON blocks (chain); CREATE INDEX IF NOT EXISTS blocks_by_number ON blocks (number); CREATE INDEX IF NOT EXISTS transactions_by_block_number ON transactions ...