get_mint_quote_by_request_lookup_id
Fixes #916 The two functions (read and transaction) got out of sync
Add the namespaced migrations and global migrations
cdk-sql-common
The primary purpose of this new crate is to have a common and shared codebase for all SQL storage systems. It would force us to write standard SQL using best practices for all databases. This crate has been extracted from #878