Fox12
0
Q:

typeorm tosql

const sql = connection.createQueryBuilder()
    .select("user")
    .from(User, "user")
    .where("user.id = :id", { id: 1 })
    .getSql();
0

New to Communities?

Join the community