Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c126b00

Browse files
authored
Update README.md
1 parent c231f7f commit c126b00

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ZIO SQL
22

3-
| Project Stage | CI | Snapshot | Discord |
4-
| --- | --- | --- | --- |
5-
| [![Project stage][Stage]][Stage-Page] | ![CI][badge-ci] | [![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots] | [![badge-discord]][link-discord] |
3+
| Project Stage | CI | Release | Snapshot | Discord |
4+
| --- | --- | --- | --- | --- |
5+
| [![Project stage][Stage]][Stage-Page] | ![CI][badge-ci] | [![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases] | [![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots] | [![badge-discord]][link-discord] |
66

77
## Current status: pre-0.1 (no release yet)
88

@@ -54,8 +54,10 @@ For the JDBC module:
5454
ZIO SQL does not offer Language Integrated Queries (LINQ) or similar functionality. It is intended only as a data model for representing SQL queries and an accompanying lightweight JDBC-based executor.
5555

5656
[badge-ci]: https://github.com/zio/zio-sql/workflows/CI/badge.svg
57+
[Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-sql_2.13.svg "Sonatype Releases"
5758
[Badge-SonatypeSnapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-sql_2.13.svg "Sonatype Snapshots"
5859
[badge-discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord"
60+
[Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-sql_2.13/ "Sonatype Releases"
5961
[Link-SonatypeSnapshots]: https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-sql_2.13/ "Sonatype Snapshots"
6062
[link-discord]: https://discord.gg/2ccFBr4 "Discord"
6163
[Stage]: https://img.shields.io/badge/Project%20Stage-Experimental-yellow.svg

0 commit comments

Comments
 (0)