Skip to content

Instantly share code, notes, and snippets.

@xerial
Created October 20, 2018 02:58
Show Gist options
  • Save xerial/5b7390666e43643937aa96c6329e2416 to your computer and use it in GitHub Desktop.
Save xerial/5b7390666e43643937aa96c6329e2416 to your computer and use it in GitHub Desktop.
new A(new DBClient(new ConnectionPool(new DB(…)))
new A(new DBClient(new ConnectionPool(new MemoryDB(…))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment