Our great sponsors
Exposed | Ebean ORM | |
---|---|---|
9 | 6 | |
6,219 | 1,286 | |
2.6% | 0.5% | |
9.1 | 9.9 | |
6 days ago | 7 days ago | |
Kotlin | Java | |
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 :)
Ebean ORM
-
How do you guys go about the persistence layer?
You can have a look at https://ebean.io/ ... better control over the generated SQL, multiple levels of abstraction, can generate DB migrations and run the DB migrations, transparent encryption support, SQL 2011 history support, test against docker containers.
- O que estou fazendo?? Um projetinho de estudo.
-
What do you whish for Spring 6?
There is https://ebean.io/ and looks like it a community driven alternative to jOOQ.
-
Do you use code generators in your IDEs or some external ones? If so, which ones?
Ebean ORM https://ebean.io/ was built to somewhat rival JPA (and JDBI) Btw: you can use java 16 records with ebean as DTOs, EmbeddedId and also as read only entity beans (and JPA implementations could similarly do so).
-
20 years of Hibernate
Ebean is pretty good: https://ebean.io
-
Stop Using JPA/Hibernate
I wouldn't call it micro, but https://ebean.io/ is pretty nice.
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
Hibernate - Hibernate's core Object/Relational Mapping functionality
requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
kwery - Kwery is an SQL library for Kotlin
MyBatis - MyBatis SQL mapper framework for Java
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