Skip to content

playground for spring-boot 2.*, kotlin , requery (orm), postgres

Notifications You must be signed in to change notification settings

bastman/spring-kotlin-requery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-kotlin-requery

playground for spring-boot 2.*, kotlin , requery (orm), postgres

Status: no idea how to properly integrate requery intom spring-boot. see: requery/requery#758


build

    $ make -C rest-api app.build

run local db (docker)

    $ make -C rest-api db.local.up

This example project is based on ...

Whats wrong with orm, jpa, hibernate and in-memory h2-db these days ?

There is no silver bullet. It's born in a world of single-instance big fat application servers. It hardly fits into a modern world of:

  • functional programming: e.g. immutable threadsafe pojos / data classes
  • CQRS and eventsourcing
  • horizontal scaling of polyglot microservices

Make up your mind ...

About

playground for spring-boot 2.*, kotlin , requery (orm), postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published