From dae4e02ec449bd5a60a59b0132e2f6e271b504d1 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Sun, 21 Feb 2021 17:00:49 +0000 Subject: [PATCH] Swift+Hummingbird+Fluent implementation --- data/implementations.yaml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/data/implementations.yaml b/data/implementations.yaml index d7ae2c3..48408e9 100644 --- a/data/implementations.yaml +++ b/data/implementations.yaml @@ -155,7 +155,7 @@ - nodejs - micro - postgres - + "Node.js / SailsJS": description: Node.js implementation in SailsJS by Kix Panganiban. @@ -700,7 +700,7 @@ - python - falcon - tinydb - + "Python / Sanic": description: Implementation written in Sanic by Kix Panganiban. @@ -884,6 +884,16 @@ - swift - vapor +"Swift / Hummingbird / Fluent": + description: + A Swift implementation using + Hummingbird + and Fluent. + sourcecode_url: https://github.com/adam-fowler/todo-backend-hummingbird + live_url: https://hummingbird-todos.herokuapp.com/todos + tags: + - swift + "Scala - Play 2.5 / Postgres": description: A Scala implementation using @@ -940,10 +950,10 @@ tags: - crystal - kemal - + "Crystal / Spider-Gazelle / Clear ORM / Postgres": description: - A Crystal implementation using + A Crystal implementation using Spider-Gazelle framework, Clear ORM and PostgresDB. sourcecode_url: https://github.com/polonski/hello-spider-gazelle @@ -1145,7 +1155,7 @@ - jvm - javalin - gradle - + "Kotlin / Ktor": description: Implementation using Kotlin and Ktor. Items are stored in memory. @@ -1250,7 +1260,7 @@ - java - jvm - javaee - + "Ruby / Hanami": description: A Ruby implementation using Hanami. @@ -1340,7 +1350,7 @@ - postgres - flyway - gradle - + "Kotlin / Hexagon, MongoDb": description: Implementation using Kotlin and Hexagon saving items to a mongoDb database @@ -1382,7 +1392,7 @@ - rstats - plumber - postgres - + "Javalin / Java 11": description: A Java 11 implementation using the lightweight and fast Javalin framework. @@ -1410,10 +1420,10 @@ Nodejs using embbeded database NeDB. Feel free to follow Mauricio Lobo. sourcecode_url: https://github.com/mauriciolobo/todo live_url: https://todobackend-challenge.herokuapp.com/ - tags: + tags: - nodejs - nedb - - expressjs + - expressjs - javascript "Erlang / Cowboy": @@ -1436,7 +1446,7 @@ - gokit - gorm - postgres - + "Clojure / Reitit / next-jdbc": description: A simple Clojure implementation storing to Posgres DB via next.jdbc courtesy of Mike Salihi.