File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/cubejs-backend-native Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Native module for Cube.js (binding to Rust codebase).
11
11
12
+ ## Supported architectures and platforms
13
+
14
+ > If your platform/architecture is not supported, you can launch Cube
15
+ > using Docker.
16
+
12
17
[ Learn more] ( https://github.com/cube-js/cube.js#getting-started )
13
18
14
19
### License
Original file line number Diff line number Diff line change 8
8
[ ![ GitHub Actions] ( https://github.com/cube-js/cube.js/workflows/Rust/badge.svg )] ( https://github.com/cube-js/cube.js/actions?query=workflow%3ARust+branch%3Amaster )
9
9
[ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js?ref=badge_shield )
10
10
11
- # Cube SQL
11
+ # Cube SQL API
12
12
13
- SQL API for Cube as proxy over MySQL protocol .
13
+ Cube SQL API allows querying Cube via MySQL-compatible SQL .
14
14
15
15
## License
16
16
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ and deployment instructions for Cube Store.
61
61
| -------- | :---------: | :----------: | :------: | :-----: |
62
62
| ` x86 ` | N/A | N/A | N/A | N/A |
63
63
| ` x86_64 ` | β
| β
| β
| β
|
64
- | ` arm64 ` | | | β
[ 1] | |
64
+ | ` arm64 ` | β
| | β
[ 1] | |
65
65
66
66
[ 1] It can be launched using Rosetta 2 via the ` x86_64-apple ` binary.
67
67
You canβt perform that action at this time.
0 commit comments