modeldba / sql-surveyor

High-level SQL parser. Identify tables, columns, aliases and more from your SQL script in one easy to consume object. Supports PostgreSQL, MySQL, SQL Server and Oracle (PL/SQL) dialects.
https://modeldba.com/sql-surveyor
MIT License
27 stars 2 forks source link

Support for CDN #14

Open sunder6218 opened 1 year ago

sunder6218 commented 1 year ago

Hey,

is this library available in CDN? i want to use this in my existing project with html and jquery, i tried converting this library using browserify but its not working, so , i would like to know if there is any support for CDN or a Js library.

thank you