-
Updated
Sep 17, 2021 - JavaScript
document-database
Here are 101 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 17, 2021 - C#
-
Updated
Sep 17, 2021 - C#
-
Updated
Nov 7, 2018
See #1029
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Jan 27, 2021 - Shell
-
Updated
Sep 16, 2021 - Rust
-
Updated
Dec 12, 2020 - C#
-
Updated
Oct 1, 2020 - Python
-
Updated
Aug 23, 2021 - Java
-
Updated
Aug 12, 2021 - Python
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Apr 6, 2018 - JavaScript
-
Updated
Apr 14, 2020 - JavaScript
Right now in insertElementRecursive(), DocLayer does NOT try to store arrays with null values as sparse arrays, i.e. for null value it still insert a k-v for it, which is kind of against what it attempts to achieve later when doing update (skipping the null values and effectively store those arrays as spars arrays). We should make the behavior consistent and do the same in insertion.
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Jul 27, 2021 - C#
-
Updated
Jun 26, 2021
-
Updated
Sep 16, 2021 - Java
-
Updated
Jul 3, 2021 - C
-
Updated
May 27, 2021 - F#
-
Updated
Mar 19, 2020
Currently, there are some examples in README.md with Elasticsearch queries and corresponding uptasticsearch code. That code is effectively pseudocode right now, as it references a fictional Elasticsearch cluster.
I think this could lead to a bad experience with the docs and lead people to walk away from the project and not come back.
I would love if someone changed those examples to be r
-
Updated
Jun 18, 2019 - Python
-
Updated
Apr 8, 2019 - JavaScript
Improve this page
Add a description, image, and links to the document-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the document-database topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f