enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. PostgreSQL - Wikipedia

    en.wikipedia.org/wiki/PostgreSQL

    The primary front-end for PostgreSQL is the psql command-line program, which can be used to enter SQL queries directly, or execute them from a file. In addition, psql provides a number of meta-commands and various shell-like features to facilitate writing scripts and automating a wide variety of tasks; for example tab completion of object names ...

  3. List of server-side JavaScript implementations - Wikipedia

    en.wikipedia.org/wiki/List_of_server-side...

    This is a server built into the browser. The JavaScript API includes local file access to a virtual sandboxed file-system and persistent storage via persistent global variables. PostgreSQL: V8: Embedded language PLV8 [7] PLV8 is a trusted JavaScript language extension for PostgreSQL. It can be used for stored procedures, triggers, etc. SAP HANA ...

  4. Actian Zen - Wikipedia

    en.wikipedia.org/wiki/Actian_Zen

    Zen supports stand-alone, client-server, peer-to-peer [7] and software-as-a-service (SaaS) [8] architecture. The central architecture of Zen consists of two database engines: (1) the storage engine, known as MicroKernel Database Engine (MKDE) and described as a transactional database engine, and (2) the relational database engine, known as SQL Relational Database Engine (SRDE).

  5. PL/pgSQL - Wikipedia

    en.wikipedia.org/wiki/PL/pgSQL

    PL/pgSQL (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS. It closely resembles Oracle 's PL/SQL language. Implemented by Jan Wieck, PL/pgSQL first appeared with PostgreSQL 6.4, released on October 30, 1998. [ 1 ]

  6. PSQL - Wikipedia

    en.wikipedia.org/wiki/PSQL

    PSQL can refer to: Pervasive PSQL , a proprietary DBMS optimized for embedding in applications psql (PostgreSQL) , an interactive terminal-based front-end to PostgreSQL

  7. Pervasive Software - Wikipedia

    en.wikipedia.org/wiki/Pervasive_Software

    Pervasive PSQL, also known as Pervasive.PSQL or simply PSQL (originally Btrieve) is a DBMS for embedded applications. There were four editions of Pervasive PSQL: [26] PSQL Client, PSQL Workgroup, PSQL Server, and PSQL Vx Server. PSQL Client is designed for use with PSQL Server and PSQL Vx Server in a client-server network. [citation needed]

  8. Scriptella - Wikipedia

    en.wikipedia.org/wiki/Scriptella

    Conditional scripts/queries execution (similar to Ant if/unless attributes but more powerful) Easy-to-Use as a standalone tool or Ant task, without deployment or installation. Easy-To-Run ETL files directly from Java code.

  9. Transact-SQL - Wikipedia

    en.wikipedia.org/wiki/Transact-SQL

    Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases.T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, date processing, mathematics, etc. and changes to the DELETE and UPDATE statements.