JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q30290F
  • License MIT

Convert SQL SELECT with informal tables, columns, and rows to formal SQL.

Package Exports

  • pg-slang

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pg-slang) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pg-slang

Convert SQL SELECT with informal tables, columns, and rows to formal SQL.

EX. SLANG: SELECT "food name", "calcium" FROM "apples"
EX. SQL: SELECT "name", "ca", "ca_e" FROM "compositions" WHERE TRUE AND ("tsvector" @@ 'apples')

const