CankayaUniversity / ceng-407-408-2024-2025-SenseAI

SenseAI
0 stars 0 forks source link

Java'da VT oluşturma ve yönetimi için ORM kütüphanesi araştırılacak #2

Open borablanca opened 1 week ago

ThePotatoDuke commented 1 day ago

ROOM - An ORM that is exclusive to android ecosystem, used with SQLite, quite popular HIBERNATE - Used in springboot, has official support for both java and kotlin SQLDelight - is explicitly designed for Kotlin Multiplatform, allowing you to write shared database access code that can run on Android, iOS, and other platforms. While not a traditional ORM, it provides a structured way to work with SQL databases and is suitable for Kotlin Multiplatform. Generates Kotlin APIs from SQL statements, type-safe queries, and is designed for cross-platform compatibility.