Flick

Flick

Flick is a key-value database designed for small applications

Deploy Flick

Flick

lassejlv/Flick

Just deployed

/data

Flick DB

A simple-fast-easy-to-use key-value databases, useful in small applications. Easy deploy it on railway!

Node.js Example

import { FlickClient } from 'flickdb'

const client = new FlickClient({
  host: '',
  port: ,
})

await client.createCollection('users')

await client.set('users', 'john', { name: 'John Doe', age: 30 })

const john = await client.get('users', 'john')
console.log(john) // { name: "John Doe", age: 30 }

You can view the source code on github https://github.com/lassejlv/Flick/tree/main


Template Content

More templates in this category

New

ReadySet

ReadySet

A lightweight caching engine for Postgres


0

New

Flare

Flare

A modern, lightning-fast file sharing platform built for self-hosting


0

New

EdgeDB

EdgeDB

EdgeDB template based on their Docker deployment guide


0