- Notifications
You must be signed in to change notification settings - Fork0
StackQL client library for Deno and Node.js
License
NotificationsYou must be signed in to change notification settings
stackql/stackqljs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
StackQL client library for Deno and Node.js that exposes all features StackQL.
- Written in TypeScript
- Usable in Deno and Node.js (seepgwire for an example of a dual purpose package)
- No dependencies
- Works in server mode (as a pg wire protocol server client) as well as local mode where it is a wrapper for the
stackqlbinary for the target platform - Exposes methods analagous to
pystackql, including:connect- connect to a StackQL server - if in server modeupgrade- if in local mode, upgrade the local stackql binary from the latest releaseexecute- execute a query returns an array of rows (objects)executeStmt- executes a statement and returns a string (likeREGISTRY PULLorINSERT ...)executeQueriesAsync- executes a list of queries and returns an array of rows (objects) - queries need to return the same columns/schema
About
StackQL client library for Deno and Node.js
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
