Bot takes a KarmabotDatabaseService which abstracts away the database functionality. This class can be subclassed to add support for postgres or other databases. This will be the route to adding support for neo4j later for issue #31 .
This PR has some more work to be done; all functions should be moved out of postgres_funcs and into telegramservice
closes #8 closes #56
Bot takes a KarmabotDatabaseService which abstracts away the database functionality. This class can be subclassed to add support for postgres or other databases. This will be the route to adding support for neo4j later for issue #31 .
This PR has some more work to be done; all functions should be moved out of postgres_funcs and into telegramservice