Skip to content

The lightweight, distributed relational database built upon SQLite

Notifications You must be signed in to change notification settings

DenzelPenzel/shrek

Repository files navigation

Shrek

A database that's as easy to use as SQLite but also offers the strength and reliability of a distributed system.

Setup

To use the template, run the following command(s):

  1. Download or upgrade to golang 1.19.

  2. Install all project golang dependencies by running go mod download.

To Run

  1. Compile shrek to machine binary by running the following project level command(s):

    • Using Make: make build-app
  2. To run the compiled binary, you can use the following project level command(s):

    • Using Make: make run-app
    • Direct Call: ./bin/shrek

About

The lightweight, distributed relational database built upon SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published