Javascript client for Worksheet Systems SQL Data API, version 0.3.14. Enables querying and saving data to SQL databases via REST API with authentication support (user/password or access token). Supports table queries with filtering, sorting, pagination, joins, and aggregation; also provides insert/update/delete operations. Includes TypeScript definitions. Release cadence is irregular; appears active.
npm install sql-data-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets base URL and access token, then queries first 10 active users from the 'Users' table.
Call setBaseUrl() at app initialization.
Use setUserAccessToken with a token generated from Worksheet Systems account settings.
Update query calls to use new signature if they passed an object as second argument.
Replace authenticate(username, password) with setUserAccessToken(token).
Use: import { sqlDataApi } from 'sql-data-api'Call setBaseUrl('https://api.worksheet.systems') at the top of your script.Verify the connection name is correct and exists in your Worksheet Systems account.
No dependency data recorded yet.