Our great sponsors
Exposed | kmongo | |
---|---|---|
9 | 1 | |
6,188 | 650 | |
2.6% | 3.4% | |
9.1 | 7.1 | |
9 days ago | 10 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.
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 :)
kmongo
What are some alternatives?
Ktorm - A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
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.
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-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.
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
zeko-sql-builder - Zeko SQL Builder is a high-performance lightweight SQL query library written for Kotlin language