Projects Wiki Security Insights Additional navigation options master 7Branches4Tags Code Folders and files Name Last commit message Last commit date Latest commit feeblefakie Merge pull request#115from scalar-labs/github-actions Jan 17, 2024
dependencies{ implementation'com.scalar-labs:scalardb:3.14.0'} To add a dependency using Maven: <dependency> <groupId>com.scalar-labs</groupId> <artifactId>scalardb</artifactId> <version>3.14.0</version> </dependency> Docs See ourUser Documentation. ...
Home Products Pricing Support Company Book a meeting © 2024 Scalar Inc., All Rights Reservered Our Privacy Policy
Scalar subqueries Syntax: ( ... subquery ... ) Evaluates the subquery, asserts that it returns a single row and single column, and then evaluates to the value of that single cell. For example, the following query returnsTRUEif there are more rows in tableusersthan in tableadmins: ...
Alpha Omega Labs in Ecuador(2021) We reopened Alpha Omega Labs on June 2, 2008 and have been steadily working on adding our old formulas (and a few new ones) since. Many of our friends and customers have asked about the status of AO Labs' founder,Greg Caton, since his illegal kidnappin...
helm upgrade <release name> scalar-labs/scalardl -n <namespace> -f /path/to/<your custom values file for ScalarDL Ledger> --set ledger.replicaCount=0 ScalarDL Auditor helm upgrade <release name> scalar-labs/scalardl-audit -n <namespace> -f /path/to/<your custom ...
:url "https://github.com/scalar-labs/scalar-jepsen" :dependencies [[org.clojure/clojure "1.11.1"] [jepsen "0.3.1" :exclusions [net.java.dev.jna/jna [jepsen "0.3.3" :exclusions [net.java.dev.jna/jna net.java.dev.jna/jna-platform]] [net.java.dev.jna/jna "5.11.0"] [net.java....
FROM ghcr.io/scalar-labs/jdk8:1.0.0 RUN set -ex; \ if ! command -v gpg > /dev/null; then \ apt-get update; \ apt-get install -y --no-install-recommends \ gnupg \ dirmngr \ ; \ rm -rf /var/lib/apt/lists/*; \ fi # explicitly set user/group IDs RUN set -eux; \ gr...
CreateAKSClusterForScalarDLAuditor.md CreateAKSClusterForScalarProducts.md CreateBastionServer.md CreateEKSClusterForScalarDB.md CreateEKSClusterForScalarDBCluster.md CreateEKSClusterForScalarDL.md CreateEKSClusterForScalarDLAuditor.md CreateEKSClusterForScalarProducts.md K8sLogColle...
Merge branch 'master' of github.com:scalar-labs/cassy 4dba98c Contributor Author yume-ind commented Aug 18, 2020 @feeblefakie I think this PR should be okay to merge, what do you think? I reverted the change to localhost for the time being. Once this PR is merged, I can create ano...