File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
sqlite-cloud/sqlite-ai/sqlite-sync/quick-starts Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ which python3
7777After installing Python with Homebrew, the ` python ` command now uses the Homebrew version.
7878You can now load SQLite extensions in Python as shown here.
7979
80- ```
80+ ``` python
8181import sqlite3
8282import os
8383
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ slug: sqlite-sync-quick-start-wasm
88
991 . Install the WebAssembly (WASM) version of SQLite with the SQLite Sync extension enabled from npm:
1010
11- ```
11+ ``` bash
1212 npm install @sqliteai/sqlite-wasm
1313 ```
1414
15152. Create an HTML file that imports the SQLite WASM module using an import map and references the JavaScript loader:
1616
17- ```
17+ ` ` ` html
1818 < ! DOCTYPE html>
1919 < html lang=" en" >
2020 < head>
@@ -41,7 +41,7 @@ slug: sqlite-sync-quick-start-wasm
4141
42423. Create the JavaScript file (load_extension.js) that initializes the SQLite WASM worker and verifies the extension is loaded:
4343
44- ```
44+ ` ` ` javascript
4545 /**
4646 * This example uses the package ` @sqliteai/sqlite-wasm` .
4747 * This version of SQLite WASM is bundled with SQLite Sync and SQLite Vector extensions.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This guide explains how to install SQLite on Windows with support for loading ex
3232
33335 . ** Load Extension**
3434
35- ```
35+ ``` python
3636 import sqlite3
3737 import os
3838
You can’t perform that action at this time.
0 commit comments