Skip to content

Commit

Permalink
Merge branch 'main' into fix-batch-insert
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 authored Dec 18, 2023
2 parents e0e5156 + 65a43c4 commit 89da62c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/popular-eyes-eat.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mddb

## 0.8.0

### Minor Changes

- [`ea5d036`](https://github.com/datopian/markdowndb/commit/ea5d0366a8b82163fa4a1e85a5e62443a09475f3) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - - Add computed fields
- Add document types
- Implement hot-reloading

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://badgen.net/npm/v/mddb)](https://www.npmjs.com/package/mddb)
[![](https://dcbadge.vercel.app/api/server/EeyfGrGu4U)](https://discord.gg/EeyfGrGu4U)

MarkdownDB is a javascript library that turns markdown files into structured queryable data. Build rich markdown-powered sites easily and reliably. Specifically it:
MarkdownDB is a javascript library that turns markdown files into structured queryable databaase (SQL-based and simple JSON). It helps you build rich markdown-powered sites easily and reliably. Specifically it:

- Parses your markdown files to extract structured data (frontmatter, tags etc) and builds a queryable index either in JSON files or a local SQLite database
- Provides a lightweight javascript API for querying the index and using the data files into your application
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mddb",
"version": "0.7.0",
"version": "0.8.0",
"description": "Parse markdown files and store them in an SQL database.",
"bin": {
"mddb": "./dist/src/bin/index.js"
Expand Down

0 comments on commit 89da62c

Please sign in to comment.