This package contains some examples of Connector.
Connector reference implementation for an underlying SQL database. (Tested on PostgreSQL and mySQL)
class SQLConnector<K> : Connector<K> where K : Comparable<K>, K : Serializable