// Protocol adapter implementations
pubmodprotocol_trait;pubmodpostgres_protocol;pubmodmysql_protocol;pubmodsqlite_protocol;pubmodsqlserver_protocol;pubuseprotocol_trait::*;pubusepostgres_protocol::*;pubusemysql_protocol::*;pubusesqlite_protocol::*;pubusesqlserver_protocol::*;// Type aliases for convenience
pubtypePostgreSQLProtocolAdapter=postgres_protocol::PostgresProtocol;pubtypeSqlServerProtocolAdapter=sqlserver_protocol::SqlServerProtocol;