-
Updated
Apr 12, 2022 - JavaScript
embeddable
Here are 134 public repositories matching this topic...
-
Updated
Apr 11, 2022 - C
-
Updated
Feb 4, 2022 - Rust
-
Updated
Jan 1, 2022 - C++
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Jul 22, 2021 - C
-
Updated
Apr 12, 2022 - C
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Mar 17, 2022 - Batchfile
-
Updated
Jan 9, 2020 - JavaScript
There are no external core
dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"
For now we have to exclude
FEATURE REQUEST
-
Please describe the feature you are requesting.
We should evaluate to support the "use" command to change the default tablespace in use. Note that right now we do not support multiple schema, but this could change. -
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this is
-
Updated
Oct 13, 2021 - Java
-
Updated
Feb 18, 2017 - C
-
Updated
Apr 17, 2021 - C
-
Updated
Jan 6, 2022 - C++
-
Updated
Mar 12, 2017 - C
-
Updated
Nov 3, 2015 - C
-
Updated
Dec 5, 2021 - C
-
Updated
Sep 21, 2020 - C#
-
Updated
Feb 23, 2022 - TypeScript
-
Updated
Apr 9, 2022 - Forth
-
Updated
Nov 2, 2017 - PHP
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Mar 18, 2022 - C#
-
Updated
Aug 18, 2019 - Rust
-
Updated
Oct 28, 2020 - Nim
Improve this page
Add a description, image, and links to the embeddable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the embeddable topic, visit your repo's landing page and select "manage topics."
ES6又提供了三种新方法。
includes():返回布尔值,表示是否找到了参数字符串。
startsWith():返回布尔值,表示参数字符串是否在源字符串的头部。
endsWith():返回布尔值,表示参数字符串是否在源字符串的尾部。
请支持。
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.