Sherlock Connectors¶
Sherlock multiple database connectors to fit in your infrastructure. Provided connectors:
- Mongo Connector - Uses MongoDB and its JVM drivers to store locks
- SQL Connector - Uses SQL database (tested on Postgres and MySQL) and JDBC drivers to store locks
- In-Memory Connector - Stores locks in memory. Created for local development and testing.