-
Updated
Nov 30, 2021 - JavaScript
embeddable
Here are 131 public repositories matching this topic...
-
Updated
Dec 23, 2021 - C
-
Updated
Nov 1, 2021 - Rust
-
Updated
Dec 27, 2021 - C++
-
Updated
Dec 25, 2021 - JavaScript
-
Updated
Jul 22, 2021 - C
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Dec 26, 2021 - C
-
Updated
Dec 18, 2021 - Batchfile
-
Updated
Jan 9, 2020 - JavaScript
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....
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
-
Updated
Feb 18, 2017 - C
-
Updated
Oct 13, 2021 - Java
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
Apr 17, 2021 - C
-
Updated
Mar 12, 2017 - C
-
Updated
Mar 5, 2021 - C++
-
Updated
Nov 3, 2015 - C
-
Updated
Dec 5, 2021 - C
-
Updated
Sep 21, 2020 - C#
-
Updated
Sep 28, 2020 - Forth
-
Updated
Nov 2, 2017 - PHP
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 20, 2021 - JavaScript
-
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.