From 6f6c6b2a293afaf9b27420795eec6a7cfb8c9e26 Mon Sep 17 00:00:00 2001 From: Dj <43033058+DjDeveloperr@users.noreply.github.com> Date: Sun, 4 Sep 2022 22:01:43 +0530 Subject: [PATCH] 0.5.2 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7813128..84b9308 100644 --- a/README.md +++ b/README.md @@ -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/sqlite3@0.5.1/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite3@0.5.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) @@ -10,7 +10,7 @@ Fastest & correct JavaScript bindings to SQLite3 C API, using Deno FFI. # Example ```ts -import { Database } from "https://deno.land/x/sqlite3@0.5.1/mod.ts"; +import { Database } from "https://deno.land/x/sqlite3@0.5.2/mod.ts"; const db = new Database("test.db"); @@ -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/sqlite3@0.5.1/mod.ts). +Check out the complete API reference +[here](https://doc.deno.land/https://deno.land/x/sqlite3@0.5.2/mod.ts). ## Native Library