Small fixes
A selection of 80 fixes from 174 pull requests.
2.The wrong database
A query through client B could borrow client A’s active transaction and hit database A. Each client now has its own transaction-context key.
123const LibsqlTransaction = Context.Service<readonly [LibsqlConnection, counter: number]>( `@effect/sql-libsql/LibsqlClient/LibsqlTransaction/${clientIdCounter++}`)