brum17
DTDrizzle Team
•Created by brum17 on 6/9/2023 in #help
using in nest.js
What is the proper way to use in nest.js (or express). Should I create one single instance of db that should be exported (singleton instance), or the db should be created each time when needed?
Is there somewhere a sample code when using with nest ?
3 replies
DTDrizzle Team
•Created by brum17 on 6/9/2023 in #help
Subquery in select
Hi, is it possible to use subquery in a select?
I'd like to generate something like this
Schema:
Attempt:
6 replies