title: Stoolap
description: High-performance embedded SQL database written in pure Rust
theme: jekyll-theme-minimal
url: https://stoolap.io
baseurl: ""
permalink: pretty
logo: /assets/img/logo.svg
github:
repository_url: https://github.com/stoolap/stoolap
google_analytics:
exclude:
- Gemfile
- Gemfile.lock
- vendor
- .gitignore
collections:
docs:
output: true
permalink: /:collection/:path/
sort_by: order
posts:
output: true
permalink: /blog/:year/:month/:day/:title/
defaults:
- scope:
path: ""
type: "docs"
values:
layout: "doc"
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
plugins:
- jekyll-sitemap
- jekyll-seo-tag
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
highlighter: rouge