@cybertec/plpgsql-analyzer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

plpgsql-analyzer

A library to analyze PL/SQL code using WebAssembly.
Built with 🦀 by CYBERTEC PostgreSQL International GmbH

🗒️️ About

Parse and analyze Oracle PL/SQL code.

🛠️ Installation

npm install --save @cybertec/plpgsql-analyzer
# OR
yarn add @cybertec/plpgsql-analyzer

🚀 Usage

import { analyze, DboType } from "plpgsql-analyzer";

const content = `CREATE FUNCTION my_func
RETURN NUMBER
IS
BEGIN
    RETURN 1;
END my_func;`;

analyze(DboType.Function, content, { tables: {} });

📝 License

See LICENSE.

👤 Authors

Readme

Keywords

none

Package Sidebar

Install

npm i @cybertec/plpgsql-analyzer

Weekly Downloads

5

Version

0.1.1

License

SEE LICENSE IN LICENSE

Unpacked Size

363 kB

Total Files

7

Last publish

Collaborators

  • kkieran
  • cybertec_admin