db
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 808 public repositories matching this topic...
-
Updated
Sep 3, 2020 - C++
Use case:
Have better compatibility with PostgreSQL tools
Feature description:
PostgreSQL supports various Data Type Formatting Functions
CrateDB has date_format and format as alternative, but for improved tooling support it would be good to have the PostgreSQL variants:
- `to_char(timestamp, text
-
Updated
Jul 31, 2020 - Go
-
Updated
Apr 22, 2020 - Java
-
Updated
Aug 18, 2020 - Java
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
May 28, 2020 - JavaScript
Issue description
The original title key translates the title. It should not.
Version of IMDbPY, Python and OS
- Python:
3.6.9 - IMDbPY:
6.9dev20200125(installed from the repo here) - OS:
uname_result(system='Linux', node='blackfx', release='4.15.0-76-generic', version='#86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020', machine='x86_64', processor='x86_64')
-
Updated
May 31, 2020 - Objective-C
-
Updated
Jan 2, 2019 - Go
The TestAutoRecovery test is being skipped on Windows since it seems to be failing. I don't have access to a Windows PC, so anyone is invited to dig in.
See #153
-
Updated
Aug 4, 2020 - TypeScript
-
Updated
Apr 27, 2019 - Go
-
Updated
Jul 6, 2020 - PHP
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Oct 24, 2018 - Java
-
Updated
May 20, 2020 - C
- Wikipedia
- Wikipedia
The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th