Database
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 11,838 public repositories matching this topic...
This page
https://github.com/pingcap/tidb/blob/master/sql/mysql-compatibility.md
on
https://github.com/pingcap/tidb
is not found
also, auto increment counter supported? would like to chk out the difference between the two
There is a difference in safegetzipfile
method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"")
so I get this error "Cannot find file [Content_Types].xml in zip" ev
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
The log file structure does not seem to match the description in the documentation in version 1.79
As described in the documentation and in the code. The logfile structure should be [flag seriesID measurementName tagKey tagValue checkSum],But whether they are locally generated or [example files](https://github.com/influxdata/influxdb/b
If cockroach debug zip
is interrupted for any reason (eg Ctrl+C, out-of-memory, whatever), the output file is invalid and cannot be opened -- even if the command had already been able to retrieve useful data from the cluster.
This is becauze the Zip format can only be opened successfully when the file index is available, and that index is only included at the end. If the process terminates ea
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Steps to reproduce or a small repository showing the problem:
- Open
Getting started
(https://typeorm.io/#/) in documentation - Hover the anchors and it will be marked as the examples below with undefined
https://typeorm.io/#undefined/quick-start
`https://typeorm.io/#/undefined/ins
The documentation for Importing NDF format data does not mention that the method will not be supported in future as per the message in the 'prisma import' command...
"Warning: The prisma import
command will not be further developed in the future. Please use the native import features of your database for these workflows. "
https://www.prisma.io/docs/prisma-cli-and-configuration/data-import
-
Updated
Feb 24, 2020 - Python
The prerequisites in the Building Realm section of README.md mention:
Building Realm requires Xcode 8.x.
The current wording implies that only Xcode 8.x is supported, but Xcode 11 support landed via #6163.
This should be updated to "Xcode 8.x or newer" as appropriate for what is actually supported & tested. Since X
Found this one while skimming the docs: currently at 7.1.1: what would be the up-to-date version of this warning?
Case
Suggestion
Issue
Typed database with predefined collection should enforce schema when create that collection.
Code
type Person = { name: string }
type MyDB = { people: RxCollection<Person> }
const db = await rxjs.create<MyDB>()
await db.collection({
name: 'people', // 'people' keyof MyDB?
schema: {} // then enforce schema based on Person
})
Details for the issue
What did you do?
Select Table from the list, click "Modify Table" button, Add field "TestField", move field up or down.
What did you expect to see?
OK button enabled
What did you see instead?
OK button disabled: it remains enabled while modifying the table, but gets disabled when buttons "Move field up/down" are pressed just af
The grafana board seems to be outdated, a lot of the panels have no data, it seems to be missing in /debug/prometheus_metrics...
What version of Dgraph are you using?
v1.2.1
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, OS)?
Kubernetes 3 x 16gb 4cores, prometheus and grafana running locally.
Steps to reproduce the iss
Following the README for inserting new items on an array, gives error; insert
is not existent; should be corrected to push
Darkest dark theme
How to change color of menu bar and scrollings to dark color in darkest dark theme?
and light borders around the fields?
it looks strange in dark theme
-
Updated
Feb 24, 2020 - JavaScript
There's no published benchmark for IOPS on S3 storage
Would it be possible to post this alongside the other benchmarks?
S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)
Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
The encryption section in Java docs https://realm.io/docs/java/latest/#encryption leads to an example that doesn't properly provide a best practice solution for how to store keys used for encryption.
-
Updated
Feb 24, 2020 - C++
My Environment
- ArangoDB Version: 3.5.0
- Storage Engine: RocksDB
- Deployment Mode: Single Server
- Deployment Strategy: Manual Start
- Configuration: Nothing special
- Infrastructure: My laptop
- Operating System: Ubuntu 18.04
- Total RAM in your machine: 10Gb in VM, 32GB total
- _
Issue description
Implement a Travis CI job that checks if the driver compiles on all platforms supported by Go.
Example code
See https://gist.github.com/shogo82148/a7a61b7a1652bff07fc0dfd07ceb2122
Similar to PR #19617, we can enable more decimal operations by leveraging UDFs. Unlike TimeSpan, however, there isn't an acceptable type we can convert to to perform the operations, so it will require roughly one UDF per operation. For example:
Done | .NET | SQL |
---|---|---|
m1 + m2 | ef_add($m1, $m2) | |
m1 / m2 | ef_divide($m1, $m2) | |
m1 > m2 | ef_compare($m1, $m2) |
-
Updated
Feb 24, 2020
pgcli depends on humanize
which is https://github.com/jmoiron/humanize.
The current version has a slightly odd behavior of rounding down unexpectedly:
In [11]: humanize.naturaltime(datetime.timedelta(seconds=120))
Out[11]: '2 minutes ago'
In [12]: humanize.naturaltime(datetime.timedelta(seconds=119.9))
- Wikipedia
- Wikipedia
There is a document describing how to migrate an existing etcd cluster from HTTP communication to encrypted HTTPS.
The document uses v2-based CLI, some of those commands have different args or output format in their v3 equivalent, and some of them (like
etcdctl cluster-health
) doesn't seem to exist in v3. The documen