Animus Design
  • Home
  • About
  • Git
  • LinkedIn
  • Old Artifacts
  • New Artifacts
Subscribe
Tagged

kotlin-frm

A collection of 4 posts

Kotlin FRM 0.1.5
kotlin-frm

Kotlin FRM 0.1.5

API ChangesGradlePostgres Schema Reflection The gradle configuration has changed from databaseGeneratorConfig to PostgresGeneratorConfig Maria DB Schema Reflection Added ability to reflect Maria DB schema. MariaDBGeneratorConfig { dataBases = listOf(db) dataBaseHost = dbHost dataBaseUser = dbUser dataBasePassword = dbPassword dataBasePort = dbPort namespace = "design.animus.kotlin.frm.sql.example.jvm.postgres.generated" outputDir = "$projectDir/generated" platforms

  • Sean
Sean Apr 18, 2020 • 3 min read
Kotlin FRM 0.1.0 Release
kotlin-frm

Kotlin FRM 0.1.0 Release

mMile Stone Issues Prepared Queries Add support for prepared queries.Query Compilation Compile queries and build out data classes.API ChangesFRM To ease and expedite the auto complete of FRM function calls on a query. They have been moved into a DSL class builder. In short once you start a

  • Sean
Sean Dec 28, 2019 • 3 min read
Kotlin FRM Part 3 Aggregate Fields
kotlin-frm

Kotlin FRM Part 3 Aggregate Fields

One of the big things I missed with JOOQ was JSON aggregate fields in Postures. There were a number of times where it would be very useful to aggregate. But JSON is just an example of an aggregate field, there are much more in the ANSI SQL standard. What is

  • Sean
Sean Dec 15, 2019 • 7 min read
Kotlin Functional MP Relation Manager Part 2
kotlin

Kotlin Functional MP Relation Manager Part 2

Over view of the gradle plugin to generate the database code.

  • Sean
Sean Dec 1, 2019 • 8 min read
Animus Design © 2022
Powered by Ghost