quaerateum
Version:
Simple typescript ORM for node.js based on data-mapper, unit-of-work and identity-map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JS.
28 lines (23 loc) • 454 B
YAML
markdown: kramdown
title: MikroORM
theme: jekyll-theme-cayman
permalink: pretty
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
auto_ids: true
toc_levels: 2..4
plugins:
- jekyll-redirect-from
- jekyll-sitemap
sass:
style: compressed
sass_dir: _assets
defaults:
-
scope:
path: '' # an empty string here means all files in the project
values:
layout: 'default'