Skip to content

Commit 911d357

Browse files
committed
added badges
1 parent 26c977d commit 911d357

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
12
# elaztic
23

4+
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE)
5+
[![Zig](https://img.shields.io/badge/Zig-0.15.2+-f7a41d?logo=zig&logoColor=white)](https://ziglang.org/)
6+
[![Elasticsearch](https://img.shields.io/badge/Elasticsearch-7.x%20%2F%208.x-005571?logo=elasticsearch&logoColor=white)](https://www.elastic.co/elasticsearch)
7+
[![OpenSearch](https://img.shields.io/badge/OpenSearch-1.x%20%2F%202.x-005EB8?logo=opensearch&logoColor=white)](https://opensearch.org/)
8+
39
A production-grade Elasticsearch client library for Zig.
410

511
**Comptime-validated query DSL** — field names are checked at compile time against your document structs. Typos become compile errors, not runtime surprises.
@@ -433,4 +439,4 @@ Tested against OpenSearch (Apache 2.0 fork, wire-compatible with the ES 7.x REST
433439

434440
## License
435441

436-
[AGPL-3.0](LICENSE)
442+
[AGPL-3.0](LICENSE)

0 commit comments

Comments
 (0)