Commit Graph

5 Commits

Author SHA1 Message Date
Jim Martens 7fbd270019
feat: Support CRUD functionality (#7)
The station search implementation only works via DB and is very slow. For a simple query, the answer takes about 1s or longer. That is 100 times slower than it should be. For now, however, this solution is adequate to achieve a first prototype that includes the core functionality.

feat: Add station search
2024-01-06 14:06:43 +01:00
Jim Martens f0d67b22b4
chore: Update to Java 21 2023-12-13 09:33:24 +01:00
Jim Martens 118e8711d8 Fixed non-null-safe operators 2023-09-23 20:48:43 +02:00
Jim Martens d377cbd886 Changed to Kotlin 2023-09-23 20:46:13 +02:00
Jim Martens 9bade2780c Initial commit 2023-09-23 08:48:45 +02:00