-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.md
68 lines (34 loc) · 2.34 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# awesome-prologue
plugins for prologue
## Command line tools
* [logue](https://github.com/planety/logue)
## Websocket support
* [websocketx](https://github.com/xflywind/websocketx)
## Template engine
* [nim-templates](https://github.com/onionhammer/nim-templates) A simple string templating library for Nim.
* [nimja](https://github.com/enthus1ast/nimja) Typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim.
* [nim-html-dsl](https://github.com/juancarlospaco/nim-html-dsl) Nim HTML DSL.
* [karax](https://github.com/pragmagic/karax) Single page applications for Nim.
* [smalte](https://github.com/roquie/smalte) - It is a dead simple and lightweight template engine. Specially designed for configure application before start in Docker.
## ORM
* [norm](https://github.com/moigagoo/norm) A Nim ORM.
* [ormin](https://github.com/Araq/ormin) An ORM for Nim.
* [nim-gatabase](https://github.com/juancarlospaco/nim-gatabase) Connection-Pooling Compile-Time ORM for Nim.
* [nim-allographer](https://github.com/itsumura-h/nim-allographer) A query_builder/ORM library inspired by Laravel/PHP and Orator/Python for Nim.
## Async database driver
* [nimongo](https://github.com/SSPkrolik/nimongo) - Pure Nim lang MongoDB driver.
* [asyncpg](https://github.com/cheatfate/asyncpg) - Asynchronous PostgreSQL driver for Nim language.
* [pg](https://github.com/treeform/pg) - Very simple PostgreSQL async api for nim.
* [amysql](https://github.com/bung87/amysql) - Async MySQL Connector write in pure Nim.
* [anonimongo](https://github.com/mashingan/anonimongo) - Another Nim pure Mongo DB driver.
* [redis](https://github.com/nim-lang/redis) - Official redis wrapper for Nim.
## Auth
* [nim-httpauth](https://github.com/FedericoCeratto/nim-httpauth) - HTTP Authentication library for Nim.
* [oauth](https://github.com/CORDEA/oauth) - OAuth library for Nim.
* [nim-jwt](https://github.com/yglukhov/nim-jwt) - JWT implementation for nim-lang.
* [rbac](https://github.com/ba0f3/rbac.nim) - Simple Role-based Access Control library.
## Documentation
* [documentation](https://planety.github.io/prologue)
* [Core API docs](https://planety.github.io/prologue/coreapi/theindex.html)
* [Plugin API docs](https://planety.github.io/prologue/plugin/theindex.html)
* [Additional examples repository](https://github.com/planety/prologue-examples)