lbug 0.12.3-dev.6 → 0.12.3-dev.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,17 +38,13 @@ The database was formerly known as [Kuzu](https://github.com/kuzudb/kuzu).
38
38
 
39
39
  ## Installation
40
40
 
41
- > [!WARNING]
42
- > Many of these binary installation methods are not functional yet. We need to work through package names, availability and convention issues.
43
- > For now, use the build from source method.
44
-
45
41
  | Language | Installation |
46
42
  | -------- |------------------------------------------------------------------------|
47
43
  | Python | `pip install real_ladybug` |
48
44
  | NodeJS | `npm install lbug` |
49
45
  | Rust | `cargo add lbug` |
50
- | Go | `go get github.com/lbugdb/go-lbug` |
51
- | Swift | [lbug-swift](https://github.com/lbugdb/lbug-swift) |
46
+ | Go | `go get github.com/lbugdb/go-ladybug` |
47
+ | Swift | [lbug-swift](https://github.com/lbugdb/swift-ladybug) |
52
48
  | Java | [Maven Central](https://central.sonatype.com/artifact/com.ladybugdb/lbug) |
53
49
  | C/C++ | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
54
50
  | CLI | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
@@ -1,6 +1,6 @@
1
1
  cmake_minimum_required(VERSION 3.15)
2
2
 
3
- project(Lbug VERSION 0.12.3.6 LANGUAGES CXX C)
3
+ project(Lbug VERSION 0.12.3.8 LANGUAGES CXX C)
4
4
 
5
5
  option(SINGLE_THREADED "Single-threaded mode" FALSE)
6
6
  if(SINGLE_THREADED)
@@ -38,17 +38,13 @@ The database was formerly known as [Kuzu](https://github.com/kuzudb/kuzu).
38
38
 
39
39
  ## Installation
40
40
 
41
- > [!WARNING]
42
- > Many of these binary installation methods are not functional yet. We need to work through package names, availability and convention issues.
43
- > For now, use the build from source method.
44
-
45
41
  | Language | Installation |
46
42
  | -------- |------------------------------------------------------------------------|
47
43
  | Python | `pip install real_ladybug` |
48
44
  | NodeJS | `npm install lbug` |
49
45
  | Rust | `cargo add lbug` |
50
- | Go | `go get github.com/lbugdb/go-lbug` |
51
- | Swift | [lbug-swift](https://github.com/lbugdb/lbug-swift) |
46
+ | Go | `go get github.com/lbugdb/go-ladybug` |
47
+ | Swift | [lbug-swift](https://github.com/lbugdb/swift-ladybug) |
52
48
  | Java | [Maven Central](https://central.sonatype.com/artifact/com.ladybugdb/lbug) |
53
49
  | C/C++ | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
54
50
  | CLI | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lbug",
3
- "version": "0.12.3-dev.6",
3
+ "version": "0.12.3-dev.8",
4
4
  "description": "An in-process property graph database management system built for query speed and scalability.",
5
5
  "main": "index.js",
6
6
  "module": "./index.mjs",
Binary file
Binary file
Binary file
Binary file