You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/intro.md
+9-36Lines changed: 9 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,19 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
-
# Tutorial Intro
5
+
# SQLiter
6
6
7
-
Let's discover **Docusaurus in less than 5 minutes**.
7
+
Sqlite driver for use in Kotlin/Native targets.
8
8
9
-
## Getting Started
9
+
## Usage
10
10
11
-
Get started by **creating a new site**.
11
+
SQLiter is a SQLite driver for Kotlin Native, currently Apple and Windows variants. SQLiter powers the SQLDelight library
12
+
on native clients.
12
13
13
-
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
14
+
SQLiter is designed to serve as a driver to power user-friendly libraries rather than something to use directly but if you ever need it, you can find it on mavenCentral:
14
15
15
-
### What you'll need
16
-
17
-
-[Node.js](https://nodejs.org/en/download/) version 14 or above:
18
-
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
19
-
20
-
## Generate a new site
21
-
22
-
Generate a new Docusaurus site using the **classic template**.
23
-
24
-
The classic template will automatically be added to your project after you run the command:
25
-
26
-
```bash
27
-
npm init docusaurus@latest my-website classic
28
16
```
29
-
30
-
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
31
-
32
-
The command also installs all necessary dependencies you need to run Docusaurus.
The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
44
-
45
-
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
46
-
47
-
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
content: `⭐️ If you like Docusaurus, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/facebook/docusaurus">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/docusaurus">Twitter </a>`,
0 commit comments