db-skeleton-1-api.kt/src/commonMain/kotlin/ru/landgrafhomyak/db/skeleton1/api
2025-05-21 00:29:27 +03:00
..
errors Minor fixes 2025-05-21 00:29:27 +03:00
module Minor fixes 2025-05-21 00:29:27 +03:00
runtime Removed "Instance Key"/"Runtime Key" generic because it's hard to maintenance 2025-05-19 20:41:41 +03:00
statement Removed "Instance Key"/"Runtime Key" generic because it's hard to maintenance 2025-05-19 20:41:41 +03:00
table Removed "Instance Key"/"Runtime Key" generic because it's hard to maintenance 2025-05-19 20:41:41 +03:00
ApiVersion.kt Safe way for manual column creating 2025-05-17 18:46:22 +03:00
DatabaseType.kt DriverType -> DriverMetainfo 2025-05-11 23:43:28 +03:00
DriverMetainfo.kt ApiVersion now enum 2025-05-16 16:27:17 +03:00
LowLevelApi.kt Reorganizing packages and renaming lib 'sql-skeleton' -> 'db-skeleton' since it's not limited to sql or even relational databases 2025-05-08 17:59:39 +03:00
ObjectOperations.kt DriverType -> DriverMetainfo 2025-05-11 23:43:28 +03:00
ReflectionApi.kt 'DebugApi' -> 'ReflectionApi' and member collections in table and module descriptors 2025-05-16 16:11:39 +03:00
SinceApi.kt ApiVersion now enum 2025-05-16 16:27:17 +03:00