File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 33# PostgreSQL Embedded
44
55[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
6- [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
76[ ![ Documentation] ( https://docs.rs/postgresql_embedded/badge.svg )] ( https://docs.rs/postgresql_embedded )
87[ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
8+ [ ![ Benchmarks] ( https://img.shields.io/badge/%F0%9F%90%B0_bencher-enabled-00cf00 )] ( https://bencher.dev/perf/theseus-rs-postgresql-embedded )
9+ [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
910[ ![ License] ( https://img.shields.io/crates/l/postgresql_embedded )] ( https://github.com/theseus-rs/postgresql-embedded#license )
1011[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
1112
13+
14+
15+
1216Install and run a PostgreSQL database locally on Linux, MacOS or Windows. PostgreSQL can be
1317bundled with your application, or downloaded on demand.
1418
Original file line number Diff line number Diff line change 11# PostgreSQL Archive
22
33[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
4- [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_archive.svg )] ( https://crates.io/crates/postgresql_archive )
54[ ![ Documentation] ( https://docs.rs/postgresql_archive/badge.svg )] ( https://docs.rs/postgresql_archive )
65[ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
6+ [ ![ Benchmarks] ( https://img.shields.io/badge/%F0%9F%90%B0_bencher-enabled-00cf00 )] ( https://bencher.dev/perf/theseus-rs-postgresql-embedded )
7+ [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_archive.svg )] ( https://crates.io/crates/postgresql_archive )
78[ ![ License] ( https://img.shields.io/crates/l/postgresql_archive? )] ( https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license )
89[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
910
Original file line number Diff line number Diff line change 11//! # postgresql_archive
22//!
33//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
4+ //! [](https://bencher.dev/perf/theseus-rs-postgresql-embedded)
45//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license)
56//! [](https://semver.org/spec/v2.0.0.html)
67//!
Original file line number Diff line number Diff line change 11# PostgreSQL Embedded
22
33[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
4- [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
54[ ![ Documentation] ( https://docs.rs/postgresql_embedded/badge.svg )] ( https://docs.rs/postgresql_embedded )
65[ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
6+ [ ![ Benchmarks] ( https://img.shields.io/badge/%F0%9F%90%B0_bencher-enabled-00cf00 )] ( https://bencher.dev/perf/theseus-rs-postgresql-embedded )
7+ [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
78[ ![ License] ( https://img.shields.io/crates/l/postgresql_embedded )] ( https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license )
89[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
910
Original file line number Diff line number Diff line change 11//! # postgresql_embedded
22//!
33//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
4+ //! [](https://bencher.dev/perf/theseus-rs-postgresql-embedded)
45//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license)
56//! [](https://semver.org/spec/v2.0.0.html)
67//!
You can’t perform that action at this time.
0 commit comments