File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11<a href =" https://kurrent.io " >
22 <picture >
3- <source media="(prefers-color-scheme: dark)" srcset="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/ KurrentLogo-White.png">
4- <source media="(prefers-color-scheme: light)" srcset="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/ KurrentLogo-Black.png">
5- <img alt="Kurrent" src="https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/ KurrentLogo-Plum.png" height="50%" width="50%">
3+ <source media="(prefers-color-scheme: dark)" srcset="KurrentLogo-White.png">
4+ <source media="(prefers-color-scheme: light)" srcset="KurrentLogo-Black.png">
5+ <img alt="Kurrent" src="KurrentLogo-Plum.png" height="50%" width="50%">
66 </picture >
77</a >
88
99# KurrentDB NodeJS Client
1010
1111[ ![ license] [ license-badge ]] [ license-badge-url ]
12+ [ ![ Previous LTS] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml )
13+ [ ![ LTS] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml )
14+ [ ![ next] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml )
1215
1316KurrentDB is the event-native database, where business events are immutably
1417stored and streamed. Designed for event-sourced, event-driven, and microservices
Original file line number Diff line number Diff line change 11# @kurrent/kurrentdb-client
22
33[ ![ npm] [ npm-badge ]] [ npm-badge-url ]
4- [ ![ Github action CI workflow] [ ci-badge ]] [ ci-badge-url ]
4+ [ ![ Previous LTS] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_previous_LTS.yml )
5+ [ ![ LTS] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_LTS.yml )
6+ [ ![ next] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml/badge.svg )] ( https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions/workflows/test_next.yml )
7+
58[ ![ license] [ license-badge ]] [ license-badge-url ]
69
710This is the package for the NodeJS client for KurrentDB 20+ and uses gRPC as the communication protocol.
@@ -194,7 +197,6 @@ Refer to our [Contribution Guidelines]
194197[ npm-badge ] : https://img.shields.io/npm/v/@kurrent/kurrentdb-client.svg
195198[ npm-badge-url ] : https://www.npmjs.com/package/@kurrent/kurrentdb-client
196199[ ci-badge ] : https://github.com/kurrent-io/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
197- [ ci-badge-url ] : https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions
198200[ license-badge ] : https://img.shields.io/npm/l/@kurrent/kurrentdb-client.svg
199201[ license-badge-url ] : https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE
200202[ contribution guidelines ] : https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments