-
Updated
Jun 17, 2020 - Python
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 1,682 public repositories matching this topic...
Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:
db> select "example text that wraps onto the nex
t line";
I often copy/paste my query fr
I am interested in trying this out on OpenShift as this has the most generous free tier:
Starter plan – Includes a US-based cloud instance with 4 vCPUs, 2 GB of RAM, and 2 GB of storage space.
Source: 5 Best Completely FREE Cloud Hosting Services [2020 UPDATE]
Having said this it might be good to have ready to d
http://www.sqlite.org/wal.html can prevent sqlite3 database lock errors in many circumstances, specifically if:
- a database is locked due to writing and another thread tries to read
- there is a long running read operation (preventing any writes from finishing and making them keep a lock until the read operation finishes), crashing later write attempts
- ...
As dataset aims to make data
-
Updated
Jun 6, 2020 - Python
Describe the bug
Merry Christmas everybody. I have a question regarding BigchainDB. We have a setup of a cluster from 3 nodes where each has a Tendermint and MongoDB and they are connected.When in one of nodes on MongoDB Level a document is deleted, it does not recover itself. Is that possible to solve somehow?
To Reproduce
Install a cluster from several nodes, login to MongoDB direct
Didn't find requirements.txt in the repository.
I had to install the following dependencies to run example:
numpy==1.15.4
opencv==3.4.2
tensorflow-gpu==1.12.0
It should be more convenient to add dependencies explicitly to requirements file
-
Updated
Jun 11, 2020 - Python
-
Updated
Nov 25, 2019 - Python
It's a fairly common request to get the size of data for each symbol in VersionStore and currently I just use a Mongo js script to get it, but it would be nice to have a util in VersionStore or otherwise to do the same.
In your excellent documentation here you make reference to an integer code for SQL 'datetimeoffset' (ie. -155). I have looked and not found a single reference that can give me that or any of the other codes. Could you provide a reference?
Thanks for that documentation btw. Saved me a lot of time!
-
Updated
Jun 16, 2020 - Python
Thanks for making such great code. I've got an instance running and am trying to document the ways that I can query the API.
So far, I've found:
- ?page=2
- ?[columnheader]=[value]
- ?[columnheader1]=[value1]&[columnheader3]=[value4] (returns results that have both value1 and value2)
- ?[columnheader1]=[value1]&[columnheader1]=[value2] (returns results that have value1 OR value2)
I'
-
Updated
May 24, 2020 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Apr 23, 2020 - Python
TL;DR: Add same search experience as https://laravel.com/docs/7.x/
I'm working at Algolia on the a project called DocSearch which goal is to enhance documentation websites with exhaustive, fast and relevant search. You might have seen DocSearch live already on websites like Bootstrap, Brew or [
-
Updated
Feb 24, 2020 - Python
- incremental CTU (on the fly CTU with skip files) feature usage configuration, limitations when ready
- web UI usage
- how to compare the previous (marked by tag, use the date filter) results of two runs (same run?)
- more simple and advanced use case examples
- CI job for a quality review (check for high severity results and fail the job if any)
- usage of the upcoming f
I am running mssql-cli in a bash script in ubuntu and see hundreds of /tmp/foo files left lying around where foo is like
clr-debug-pipe-29415-136842019-out
clr-debug-pipe-29415-136842019-in
They are FIFO pipes I think, created by CLR.
-
Updated
Apr 3, 2020 - Python
I made a start on some IPython magic for rendering eralchemy generated images in a Jupyter notebook: ipython_magic_eralchemy
It really needs factoring into eralchemy and perhaps ipython-sql somehow so that it could make use of a persistent SQL connection. ([ipython-sql magic](https://github.com/catherinedevlin/ipython-sql/b
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
Jul 31, 2018 - Python
Move the documentation generation over to mkdocs documentation using github pages.
To make it simpler to create documentation using markdown format and allow us to share themes
with other open source projects under the yahoo org.
The actual tables are migrating with the same name. Thus for the following csv:
CUSTOMER,Customer,False
The files are turning up in MySQL (from Oracle) as 'CUSTOMER' but then it tries to add indices and FKs to Customer and falls down in a heap.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45471371-table-transform-only-ha
Pain point :
Many of our the analysts are not familiar with using the API for analysis.
Solution:
A google script can easily fetch the data from the API and store it in their personal Google Sheet every 30 minutes or so.
If we can create the script and write a simple document on how to do this, it would be a great help!
- Wikipedia
- Wikipedia
pgcli depends on
humanizewhich is https://github.com/jmoiron/humanize.The current version has a slightly odd behavior of rounding down unexpectedly: