Koa

Koa is a new web framework designed by the team behind Express,
which aims to be a smaller, more expressive, and more robust foundation
for web applications and APIs. By leveraging async functions, Koa allows you
to ditch callbacks and greatly increase error-handling. Koa does not bundle any
middleware within its core, and it provides an elegant suite of methods that make
writing servers fast and enjoyable.
Here are 1,915 public repositories matching this topic...
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Vue
-
Updated
Feb 18, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Jul 19, 2020 - TypeScript
I've read the docs, and it seems you can pass through
knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?