jtieri / habbgo

Habbo Hotel emulation implemented in Go.
5 stars 1 forks source link

Refactor DB Design #6

Closed jtieri closed 3 years ago

jtieri commented 3 years ago

Currently the DB connection pool is only accessibly via a Players underlying Session, however, this is a bad design choice and needs to be addressed sooner than later because there will be places where DB calls need to happen that have no Player context.