aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 15:59:57 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 15:59:57 -0700
commit5d4673742e29f4c1690606c6e399dd200ecbd823 (patch)
tree6c254be60dc494c9227bfd9f1106be362639cef2
parent05eb1e56845b94a707f1cb7db6eecfd149f7529c (diff)
downloadbun-5d4673742e29f4c1690606c6e399dd200ecbd823.tar.gz
bun-5d4673742e29f4c1690606c6e399dd200ecbd823.tar.zst
bun-5d4673742e29f4c1690606c6e399dd200ecbd823.zip
Update README.md
-rw-r--r--README.md68
1 files changed, 34 insertions, 34 deletions
diff --git a/README.md b/README.md
index 247301c5a..cc81e5436 100644
--- a/README.md
+++ b/README.md
@@ -95,40 +95,40 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Usage](#usage-1)
- [Error handling](#error-handling)
- [`Bun.write` – optimizing I/O](#-bunwrite----optimizing-i-o)
- - [bun:sqlite (SQLite3 module)](#bun-sqlite--sqlite3-module-)
- - [bun:sqlite Benchmark](#bun-sqlite-benchmark)
- - [Getting started with bun:sqlite](#getting-started-with-bun-sqlite)
- - [`Database`](#-database-)
- - [Database.prototype.query](#databaseprototypequery)
- - [Database.prototype.prepare](#databaseprototypeprepare)
- - [Database.prototype.exec & Database.prototype.run](#databaseprototypeexec---databaseprototyperun)
- - [Database.prototype.serialize](#databaseprototypeserialize)
- - [Database.prototype.loadExtension](#databaseprototypeloadextension)
- - [Statement](#statement)
- - [Statement.all](#statementall)
- - [Statement.values](#statementvalues)
- - [Statement.get](#statementget)
- - [Statement.run](#statementrun)
- - [Statement.finalize](#statementfinalize)
- - [Statement.toString()](#statementtostring--)
- - [Datatypes](#datatypes)
- - [`bun:ffi` (Foreign Functions Interface)](#-bun-ffi---foreign-functions-interface-)
- - [Low-overhead FFI](#low-overhead-ffi)
- - [Usage](#usage-2)
- - [Supported FFI types (`FFIType`)](#supported-ffi-types---ffitype--)
- - [Strings (`CString`)](#strings---cstring--)
- - [Returning a string](#returning-a-string)
- - [Function pointers](#function-pointers)
- - [Pointers](#pointers)
- - [Passing a pointer](#passing-a-pointer)
- - [Reading pointers](#reading-pointers)
- - [Not implemented yet](#not-implemented-yet-1)
- - [Node-API (napi)](#node-api--napi-)
- - [`Bun.Transpiler`](#-buntranspiler-)
- - [`Bun.Transpiler.transformSync`](#-buntranspilertransformsync-)
- - [`Bun.Transpiler.transform`](#-buntranspilertransform-)
- - [`Bun.Transpiler.scan`](#-buntranspilerscan-)
- - [`Bun.Transpiler.scanImports`](#-buntranspilerscanimports-)
+- [bun:sqlite (SQLite3 module)](#bun-sqlite--sqlite3-module-)
+ - [bun:sqlite Benchmark](#bun-sqlite-benchmark)
+ - [Getting started with bun:sqlite](#getting-started-with-bun-sqlite)
+ - [`Database`](#-database-)
+ - [Database.prototype.query](#databaseprototypequery)
+ - [Database.prototype.prepare](#databaseprototypeprepare)
+ - [Database.prototype.exec & Database.prototype.run](#databaseprototypeexec---databaseprototyperun)
+ - [Database.prototype.serialize](#databaseprototypeserialize)
+ - [Database.prototype.loadExtension](#databaseprototypeloadextension)
+ - [Statement](#statement)
+ - [Statement.all](#statementall)
+ - [Statement.values](#statementvalues)
+ - [Statement.get](#statementget)
+ - [Statement.run](#statementrun)
+ - [Statement.finalize](#statementfinalize)
+ - [Statement.toString()](#statementtostring--)
+ - [Datatypes](#datatypes)
+- [`bun:ffi` (Foreign Functions Interface)](#-bun-ffi---foreign-functions-interface-)
+ - [Low-overhead FFI](#low-overhead-ffi)
+ - [Usage](#usage-2)
+ - [Supported FFI types (`FFIType`)](#supported-ffi-types---ffitype--)
+ - [Strings (`CString`)](#strings---cstring--)
+ - [Returning a string](#returning-a-string)
+ - [Function pointers](#function-pointers)
+ - [Pointers](#pointers)
+ - [Passing a pointer](#passing-a-pointer)
+ - [Reading pointers](#reading-pointers)
+ - [Not implemented yet](#not-implemented-yet-1)
+- [Node-API (napi)](#node-api--napi-)
+- [`Bun.Transpiler`](#-buntranspiler-)
+ - [`Bun.Transpiler.transformSync`](#-buntranspilertransformsync-)
+ - [`Bun.Transpiler.transform`](#-buntranspilertransform-)
+ - [`Bun.Transpiler.scan`](#-buntranspilerscan-)
+ - [`Bun.Transpiler.scanImports`](#-buntranspilerscanimports-)
- [Environment variables](#environment-variables)
- [Credits](#credits)
- [License](#license)