-
Updated
Sep 28, 2021 - JavaScript
embeddable
Here are 127 public repositories matching this topic...
-
Updated
Oct 3, 2021 - C
-
Updated
Oct 3, 2021 - Rust
-
Updated
Aug 21, 2021 - C++
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Jul 22, 2021 - C
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Oct 1, 2021 - C
-
Updated
Aug 28, 2021 - 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
Create documentation to onboard new contributors and help guide them through the following...
- Update project version number
- Creating changelogs
- Publishing new releases
- Create their first commit
- Create their first pull request
- etc....
-
Updated
Feb 18, 2017 - C
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 20, 2020 - Java
-
Updated
Apr 17, 2021 - C
-
Updated
Mar 12, 2017 - C
Blake3 bindings
-
Updated
Nov 3, 2015 - C
-
Updated
Sep 9, 2020 - C
-
Updated
Sep 21, 2020 - C#
-
Updated
Nov 2, 2017 - PHP
-
Updated
Sep 28, 2020 - Forth
-
Updated
Sep 26, 2021 - TypeScript
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Aug 18, 2019 - Rust
-
Updated
Oct 28, 2020 - Nim
-
Updated
Jul 16, 2021 - C++
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.