Do I need the PG package in this case?
I am making an api, was wondering is there and object oriented approach to this in which instead of using 'sequelize-typescript' i could use 'pg'.
This is the only instance where the class is instantiated
Solution:Jump to solution
If you want to use regular pg and straight SQL queries instead of sequelize, then yes, you would need the pg package, but this is technically outside of the scope of these help channels
3 Replies
Project ID:
307bb56c-307b-477c-b4bb-07cac8d636ea
307bb56c-307b-477c-b4bb-07cac8d636ea
Solution
If you want to use regular pg and straight SQL queries instead of sequelize, then yes, you would need the pg package, but this is technically outside of the scope of these help channels