Ktorm
Exposed
Our great sponsors
Ktorm | Exposed | |
---|---|---|
2 | 9 | |
1,415 | 6,306 | |
5.6% | 2.8% | |
9.1 | 9.0 | |
16 days ago | 8 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ktorm
-
jOOQ 3.17.0 release with client side computed columns, audit columns, pattern matching, reactive transactions and kotlin coroutine support
I mean, I'm looking at this, for example: https://github.com/kotlin-orm/ktorm/tree/master/ktorm-core/src/main/kotlin/org/ktorm/dsl, so I wonder, what would be gained from a matrix?
-
Performance Improvements in .NET 6
First google hit for "Kotlin ORM": https://github.com/kotlin-orm/ktorm
Exposed
- Kotlin and Hibernate/JPA Entities
-
Could I create a blogging platform with ktor? (For learning purposes)
I used exposed to access a database https://github.com/JetBrains/Exposed. You can use sqlite for the easiest setup.
-
Asking for advice (Mariadb, REST API, Android)
Making a (Kotlin) android app here (personal project), it should be communicating with a database on my server. I went with Mariadb, chose the Exposed (https://github.com/JetBrains/Exposed) to go with that. It needs this JDBC whatever thing, and while I got it working on an older version, it seems to be very clunky on Android, newest versions simply do not work on android.
-
Ask HN: Is Ktor a good back end framework to learn?
A bit late but I use this which is a wrapper over JDBC: https://github.com/JetBrains/Exposed
- Usando a Biblioteca Exposed
-
Simple JBDC wrapper I made
And sorry to rain on your parade but; keep in mind that something similar already exists: Exposed. And it's rather unlikely someone would use yours over something like what you made that has no OS license, no community and no tests.
- What's your go-to web backend stack for 2021 ?
-
What are your concerns and pet peeves about Kotlin so far?
Have you tried Exposed?
-
I wrote a new programming language that compiles to SQL
A similar project exist for Kotlin, also compiling to SQL. Maybe it can give inspiration :)
What are some alternatives?
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL
requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
kwery - Kwery is an SQL library for Kotlin
kotliquery - A handy Database access library in Kotlin
DBFlow - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
kotlin-jpa-specification-dsl - This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.
MapDB - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
kotlin-nosql - NoSQL database query and access library for Kotlin
jasync-sql - Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin
Ebean ORM - Ebean ORM