Skip to content

luania/split-postgres-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split-postgres-sql

split postgres sql queries

Install

npm install split-postgres-sql

Usage

import splitPgSql from "split-postgres-sql";

const sqls = splitPgSql("select 1;select 2;");
// then sqls will be:
// [
//   'select 1;',
//   'select 2;'
// ]

About

split postgres sql queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published