![]()  | 
  
    droplet 1.3.0
    
   A multipurpose Discord bot with the hacker in mind 
   | 
 
Typedefs | |
| using | Row = pqxx::row | 
| using | Connection = pqxx::connection | 
| using | BrokenConnectionException = pqxx::broken_connection | 
| using | Transaction = pqxx::work | 
| using | ParameterList = pqxx::params | 
| using | Result = pqxx::result | 
For now these are just some type definitions to abstract away the pqxx native types. Later this could be expanded to an interface to allow for multiple different database libraries
| using NativeDatabase::BrokenConnectionException = pqxx::broken_connection | 
| using NativeDatabase::Connection = pqxx::connection | 
| using NativeDatabase::ParameterList = pqxx::params | 
| using NativeDatabase::Result = pqxx::result | 
| using NativeDatabase::Row = pqxx::row | 
| using NativeDatabase::Transaction = pqxx::work |