Skip to content

Commit

Permalink
Py+JS: Update project badges for PyPI and npmjs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored and surister committed May 30, 2024
1 parent a955e12 commit 5024cd6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
13 changes: 9 additions & 4 deletions cratedb_sqlparse_js/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CrateDB SQL Parser for JavaScript

![NPM Version](https://img.shields.io/npm/v/cratedb-sqlparse)
![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/cratedb-sqlparse)
![NPM Type Definitions](https://img.shields.io/npm/types/cratedb-sqlparse)
![NPM License](https://img.shields.io/npm/l/cratedb-sqlparse)
![NPM License](https://img.shields.io/npm/l/@cratedb/cratedb-sqlparse)
![NPM Version](https://img.shields.io/npm/v/@cratedb/cratedb-sqlparse)
![NPM Downloads](https://img.shields.io/npm/dm/@cratedb/cratedb-sqlparse)

[![Tests](https://github.com/crate/cratedb-sqlparse/actions/workflows/javascript.yml/badge.svg)](https://github.com/crate/cratedb-sqlparse/actions/workflows/javascript.yml)

![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/@cratedb/cratedb-sqlparse)
![NPM Type Definitions](https://img.shields.io/npm/types/@cratedb/cratedb-sqlparse)


CrateDB SQL Parser for JavaScript, compiled from antlr4 JavaScript compile target.

Expand Down
10 changes: 10 additions & 0 deletions cratedb_sqlparse_py/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CrateDB SQL Parser for Python

[![License](https://img.shields.io/github/license/crate/cratedb-sqlparse.svg)](https://github.com/crate/cratedb-sqlparse/blob/main/LICENSE)
[![PyPI version](https://img.shields.io/pypi/v/cratedb-sqlparse.svg)](https://pypi.org/project/cratedb-sqlparse/)
[![PyPI downloads](https://pepy.tech/badge/cratedb-sqlparse/month)](https://pepy.tech/project/cratedb-sqlparse/)

[![Tests](https://github.com/crate/cratedb-sqlparse/actions/workflows/python.yml/badge.svg)](https://github.com/crate/cratedb-sqlparse/actions/workflows/python.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/crate/cratedb-sqlparse.svg)](https://codecov.io/gh/crate/cratedb-sqlparse/)
[![Python versions](https://img.shields.io/pypi/pyversions/cratedb-sqlparse.svg)](https://pypi.org/project/cratedb-sqlparse/)

[![Status](https://img.shields.io/pypi/status/cratedb-sqlparse.svg)](https://pypi.org/project/cratedb-sqlparse/)

This package provides utilities to validate and split SQL statements specifically designed for CrateDB.

It is built upon CrateDB's antlr4 grammar, ensuring accurate parsing tailored to CrateDB's SQL dialect.
Expand Down

0 comments on commit 5024cd6

Please sign in to comment.