Installation
TypeScript/JavaScript
There is a Node.js module available through the npm registry.
Install using the npm install command:
npm install @vinctus/oql
TypeScript declarations are included in the package.
Scala.js
There is a Scala.js library available through Github Packages.
Add the following lines to your build.sbt
:
externalResolvers += "OQL" at "https://maven.pkg.github.com/vinctustech/oql"
libraryDependencies += "com.vinctus" %%% "-vinctus-oql" % "1.1.29"
Compile / npmDependencies ++= Seq(
"pg" -> "8.10.0",
"@types/pg" -> "8.6.6",
"source-map-support": "0.5.21"
)
1.1.29