-
Updated
Aug 9, 2021 - JavaScript
embeddable
Here are 124 public repositories matching this topic...
-
Updated
Aug 13, 2021 - C
-
Updated
Jul 30, 2021 - Rust
-
Updated
Aug 1, 2021 - C++
-
Updated
Aug 9, 2021 - JavaScript
-
Updated
Jul 22, 2021 - C
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jun 15, 2021 - C
-
Updated
Aug 15, 2021 - Batchfile
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Feb 18, 2017 - C
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....
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
Aug 12, 2021 - JavaScript
-
Updated
Aug 18, 2019 - Rust
-
Updated
Oct 28, 2020 - Nim
-
Updated
Aug 1, 2021 - TypeScript
-
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.