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: docs/13.libraries.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ title: Client drivers
6
6
7
7
## Official drivers
8
8
9
-
We officially maintain the following drivers:
9
+
The drivers that are officially maintained can be expected to be feature complete and stable. We currently support the following drivers:
10
10
11
-
-[Rust driver](https://github.com/skytable/client-rust)[Apache-2.0] - Always up to date and is used by the core project itself
12
-
-[NodeJS driver **(WIP)**](https://github.com/skytable/client-nodejs)[Apache-2.0]: Currently a work in progress to try and build an idiomatic NodeJS driver
||[C# driver](https://github.com/martinmolin/skytable-dotnet)| ❗ | Apache-2.0 | Available on [NuGet](https://www.nuget.org/packages/Skytable.Client)|
27
-
|**Go**|| ❗ |||
28
-
||[Go driver](https://github.com/No3371/go-skytable)| ❗ | Apache-2.0 | Written from scratch |
29
-
||[Go driver](https://github.com/satvik007/skytable-go)| ❗ | Apache-2.0 | Easy for migration from go-redis |
30
-
|**JavaScript/TypeScript (Node)**|| ❗ |||
31
-
||[NodeJS Driver](https://github.com/zhangyuannie/skytable.js)| ❗ | Apache-2.0 | Available on [npm](https://www.npmjs.com/package/skytable.js)|
32
-
|**PHP**|| ❗ |||
33
-
||[PHP client driver](https://github.com/hkulekci/skytable-php)| ❗ | MIT | Can be found on [Packagist](https://packagist.org/packages/hkulekci/skytable-php)|
27
+
|**C#/.NET**|| ❗ |||
28
+
||[C# driver](https://github.com/martinmolin/skytable-dotnet)| ❗ | Apache-2.0 | Available on [NuGet](https://www.nuget.org/packages/Skytable.Client)|
29
+
|**Go**|| ❗ |||
30
+
||[Go driver](https://github.com/No3371/go-skytable)| ❗ | Apache-2.0 | Written from scratch |
31
+
||[Go driver](https://github.com/satvik007/skytable-go)| ❗ | Apache-2.0 | Easy for migration from go-redis |
32
+
|**JavaScript/TypeScript (Node)**|| ❗ |||
33
+
||[NodeJS Driver](https://github.com/zhangyuannie/skytable.js)| ❗ | Apache-2.0 | Available on [npm](https://www.npmjs.com/package/skytable.js)|
34
+
|**PHP**|| ❗ |||
35
+
||[PHP client driver](https://github.com/hkulekci/skytable-php)| ❗ | MIT | Can be found on [Packagist](https://packagist.org/packages/hkulekci/skytable-php)|
Copy file name to clipboardExpand all lines: docs/2.installation.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,6 @@ Getting started with Skytable involves choosing a mode of installation, download
12
12
13
13
## Native binaries
14
14
15
-
:::info
16
-
Your operating system might sometimes not let you run binaries directly. On Unix based systems, you'll need to run: `chmod +x skyd skysh sky-bench`.
17
-
18
-
And on Windows systems you might need to right-click on the binaries and click on "unblock"
19
-
:::
20
-
21
15
To use native binaries you need to download a bundle which is simply a ZIP file with all the necessary binaries that you'll ever need to develop on and deploy Skytable.
22
16
23
17
1.**First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases).
@@ -39,6 +33,12 @@ To use native binaries you need to download a bundle which is simply a ZIP file
39
33
40
34
The server starts up at `localhost:2003` and is ready to run queries.
41
35
36
+
:::info
37
+
Your operating system might sometimes not let you run binaries directly. On Unix based systems, you'll need to run: `chmod +x skyd skysh sky-bench`.
38
+
39
+
And on Windows systems you might need to right-click on the binaries and click on "unblock"
40
+
:::
41
+
42
42
## Debian package
43
43
44
44
Find the correct `*.deb` file [from the releases page](https://github.com/skytable/skytable/releases). Now simply run:
@@ -71,7 +71,7 @@ The package will:
71
71
```
72
72
73
73
:::tip
74
-
The password for the Skytable instance on the Docker container is auto-generated Run `docker logs -f skydb` and you'll see a log
74
+
The password for the Skytable instance on the Docker container is auto-generated. Run `docker logs -f skydb` and you'll see a log
Copy file name to clipboardExpand all lines: docs/resources/1.overview.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ title: Resources
5
5
6
6
## Community and chat
7
7
8
-
The community platform that we use the most is Discord. Here is a link to [our Discord Community](https://discord.gg/QptWFdx).
9
-
Both our developers and users hang out almost all day around here, so you can expect to get your query resolved fairly quickly.
8
+
-[**Discord Community**](https://discord.gg/QptWFdx): The community platform that we use the most is Discord. Both our developers and users hang out almost all day around here, so you can expect to get your query resolved fairly quickly.
9
+
-[**GitHub Discussions**](https://github.com/skytable/skytable/discussions): If you prefer a more forum like discussion, then please make use of GitHub Discussions. We're fairly responsive here as well.
10
10
11
11
## News
12
12
13
-
-[**Skytable Blog**](https://blog.skytable.io): This is where you'll hear from us about major updates such as new releases, changes in maintenance and such
13
+
-[**Skytable Blog**](https://skytable.io/blog): This is where you'll hear from us about major updates such as new releases, changes in maintenance and such
14
14
-[**X/Twitter**](https://twitter.com/skytabledb): On X (formerly Twitter), we post live updates as we work on new features. If there's a quick update or milestone, you'll be the first to know here
15
15
-[**E-mail**](https://cdn.forms-content.sg-form.com/e4a9719e-d94e-11eb-89d2-9232e6ded8b5): While we haven't ever sent out any e-mails, if you're keen on signing up for updates in the (near) future, it's a good idea to subscribe to this list. Just like we said, we haven't yet sent out anything! We're building software, not sending you fancy email!
16
16
@@ -19,7 +19,6 @@ Both our developers and users hang out almost all day around here, so you can ex
19
19
-[**Jotsy (rust)**](https://github.com/ohsayan/jotsy): Jotsy is a very small "blog" implementation that is written in Rust with Skytable and the Axum framework. If you're building something in Rust, do check it out
20
20
-[**Client repo (rust)**](https://github.com/skytable/client-rust): While this is in Rust, you might find the examples useful regardless of which language you're developing your application in
21
21
22
-
23
22
## Client drivers
24
23
25
-
Please head over to the [libraries](libraries) page.
24
+
Please head over to the [libraries](/libraries) page.
0 commit comments