Skip to content

Commit

Permalink
docs: update markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3skyw4lker committed Jun 26, 2024
1 parent 4311191 commit f4ee2db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clickhouse/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Clickhouse

A Clickhouse storage driver using [https://github.com/ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go).

### Table of Contents

- [Signatures](#signatures)
- [Installation](#installation)
- [Examples](#examples)
- [Config](#config)
- [Default Config](#default-config)

### Signatures

```go
func New(config ...Config) (*Storage, error)
func (s *Storage) Get(key string) ([]byte, error)
Expand All @@ -20,6 +23,7 @@ func (s *Storage) Conn() *Session
```

### Installation

Clickhouse is supported on the latest two versions of Go:

Install the clickhouse implementation:
Expand Down Expand Up @@ -104,6 +108,7 @@ type Config struct {
```

### Default Config

```go
var DefaultConfig = Config{
Host: "localhost",
Expand Down

0 comments on commit f4ee2db

Please sign in to comment.