Skip to content

Commit 1729b6c

Browse files
authored
Added a new logo to docs (#224)
* Added a new logo to docs * Add in logo license
1 parent fac7045 commit 1729b6c

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
![LibPQ.jl Logo](docs/src/assets/full-logo.svg "LibPQ.jl logo")
2+
13
# LibPQ
24

3-
LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` C library.
5+
LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` [C library](https://www.postgresql.org/docs/current/libpq.html).
46

57
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/LibPQ.jl/stable/)
68
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://invenia.github.io/LibPQ.jl/dev/)
@@ -12,7 +14,7 @@ LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` C library.
1214
### Current
1315

1416
* Build
15-
* Installs `libpq` via `BinaryProvider` for MacOS, GNU Linux, and Windows
17+
* Installs `libpq` via `BinaryBuilder.jl` for MacOS, GNU Linux, and Windows
1618
* Connections
1719
* Connect via DSN
1820
* Connect via PostgreSQL connection string
Binary file not shown.

docs/src/assets/full-logo.svg

+5
Loading

docs/src/assets/logo.svg

+1
Loading

docs/src/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
![LibPQ.jl Logo](assets/full-logo.svg)
2+
13
# LibPQ
24

5+
A Julia wrapper for the PostgreSQL `libpq` [C library](https://www.postgresql.org/docs/current/libpq.html).
6+
37
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/LibPQ.jl/stable/)
48
[![In Development](https://img.shields.io/badge/docs-dev-blue.svg)](https://invenia.github.io/LibPQ.jl/dev/)
59
[![Build Status](https://travis-ci.com/invenia/LibPQ.jl.svg?branch=master)](https://travis-ci.com/invenia/LibPQ.jl)

0 commit comments

Comments
 (0)