Jiri Spac
Jiri Spac
@busla What would a basic integration feature set look like? Being able to consume a schema that is checked into a git repo on gitlab? Something else?
Before 1.0.0 it is allowed to have breaking changes per SemVer so I don't see what the problem is. Current version is 0.4.5, so just merge this and publish as...
@mhart is there anything wrong with this PR?
@mLupine great stuff! Will test it out on our project.
@janpaepke Prisma uses the same object notation for selecting fields. IMHO it is easier to type correctly in typescript. I don't mind the extra verbosity, but you're right that doing...
If you are like me and you're looking for something typesafe, but as close to objection.js as possible, you should look at https://orchid-orm.netlify.app/guide/ It's relatively new, not battleproven yet, but...
 We're a small remote startup(5 devs ATM) called [Looop](https://www.looop.co/). We rewrote our monolith app from Sequelize to objection.js and so far it has been a godsend. We have 76...
@jillesme interesting. We have suffered from require looops horribly in our huge backend project at @leaplabs. We write it in TS in ES modules, but we transpile to commonJS as...
Ok, seeing as it is not possible at the moment, let me rephrase this issue
@alvinlys I actually stopped using aurora. I use regular postgres with pgbouncer and that way I can basically open as many connections as I need.