TypeORM is an Object Relation Mapper (ORM) that can handle several different database types (mysql, postgres, mssql, sqlite, etc). You could do that single table through it if you wanted to.
Seems like really you just need a simple database connection though, yeah? I'd make a custom provider for the connection object and inject the connection where it is necessary