Skip to content

aliyss/dolt-dieselrs-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dolt-dieselrs-getting-started

A Getting Started demo of Dolt and Diesel

dolt

Initialize Dolt

Navigate to your path of preference and execute the following commands.

mkdir dieselrs_big_demo
cd dieselrs_big_demo 
dolt init --fun

Result:

Successfully initialized dolt data repository.

Start SQL-Server

Start the sql server with dolt.

dolt sql-server

Result:

Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock"
2023-07-19T10:31:42-08:00 INFO [no conn] Server ready. Accepting connections. {}

dolt-dieselrs-getting-started

Setup

Navigate to your path of preference and execute the following commands.

git clone git@github.com:aliyss/dolt-dieselrs-getting-started.git
cd dolt-dieselrs-getting-started

Result:

remote: Enumerating objects: 69, done.
remote: Counting objects: 100% (69/69), done.
remote: Compressing objects: 100% (42/42), done.
...

Environment Variables

Make sure the environment variables in the .env file are correct, based on your setup.

Run

Make sure you are in the correct directory.

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages