Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Sep 4, 2022
1 parent ea8b915 commit 6f6c6b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deno_sqlite

[![Tags](https://img.shields.io/github/release/denodrivers/sqlite3)](https://github.com/denodrivers/sqlite3/releases)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].1/mod.ts)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].2/mod.ts)
[![Checks](https://github.com/denodrivers/sqlite3/actions/workflows/ci.yml/badge.svg)](https://github.com/denodrivers/sqlite3/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/denodrivers/sqlite3)](https://github.com/denodrivers/sqlite3/blob/master/LICENSE)

Expand All @@ -10,7 +10,7 @@ Fastest & correct JavaScript bindings to SQLite3 C API, using Deno FFI.
# Example

```ts
import { Database } from "https://deno.land/x/[email protected].1/mod.ts";
import { Database } from "https://deno.land/x/[email protected].2/mod.ts";

const db = new Database("test.db");

Expand Down Expand Up @@ -43,10 +43,10 @@ See [bench](./bench) for benchmarks source.

## Documentation

See [doc.md](./doc.md) for documentation.
See [doc.md](https://github.com/denodrivers/sqlite3/0.5.2/main/doc.md) for documentation.

Check out the API reference
[here](https://doc.deno.land/https://deno.land/x/[email protected].1/mod.ts).
Check out the complete API reference
[here](https://doc.deno.land/https://deno.land/x/[email protected].2/mod.ts).

## Native Library

Expand Down

0 comments on commit 6f6c6b2

Please sign in to comment.