Stefan Schneider
Stefan Schneider
Maybe just add support for oracle db here for the SQL Query AST and Visitor https://github.com/prisma/quaint @joseviniciusnunes @rizkyramadhan @chadelofson
> Prisma raises $40M Ok can we have a oracle connector now?
> Is there any prediction of when oracle support will come out? When Oracle DB becomes open source :D
I think it is just a business decision. Which I do understand. https://github.com/prisma/prisma/discussions/15714
Oracle also offers docker container for easy testing and with node-oracle 6 also easier setup since you don't need a fat client also but can use a nodejs only implementation...
@azarus can you review this in the light of the current typescript?
Would it help if you just set the pool max to 1?
So what is the actual syntax now?
```plantuml @startchen movies .red { BackGroundColor Red FontColor White } .blue { BackGroundColor Blue FontColor White } entity "Director" as DIRECTOR { "No." as Number Name { Fname Lname }...