-
Updated
Dec 16, 2021 - TypeScript
oracle

Oracle Database is a database commonly used for running online transaction processing (OLTP), data warehousing (DW) and mixed (OLTP & DW) database workloads. Oracle Database is available by several service providers on-prem, on-cloud, or as hybrid cloud installation. It may be run on third party servers as well as on Oracle hardware (Exadata on-prem, on Oracle Cloud or at Cloud at Customer).
Here are 2,460 public repositories matching this topic...
It's easy to run into problems, especially when setting up relationships, when Directus is configured to use a different characterset/collation than the database defaults. We should show a warning on startup when you're using MySQL without having the charset env var configured.
-
Updated
Dec 6, 2021 - Java
-
Updated
Dec 16, 2021 - PHP
-
Updated
Dec 13, 2021 - Shell
-
Updated
Dec 16, 2021 - Java
-
Updated
Dec 14, 2021 - Shell
-
Updated
Dec 12, 2021 - Java
-
Updated
Dec 10, 2021 - C#
-
Updated
Nov 26, 2021 - Go
-
Updated
Dec 14, 2021 - Python
Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.
Motivation
On-chain lookups of price oracles given the asset addresses.
Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.
-
Updated
Dec 15, 2021 - C#
-
Updated
Apr 8, 2020 - C++
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Dec 11, 2021 - C#
-
Updated
Dec 12, 2021 - C#
-
Updated
Nov 23, 2021 - C++
-
Updated
Dec 10, 2021 - Java
-
Updated
Sep 2, 2021 - C#
Created by Oracle Corporation
Released 1979
- Organization
- oracle
- Website
- www.oracle.com/database
- Wikipedia
- Wikipedia
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the