{"library":"sqlite-tg","type":"library","category":null,"description":"sqlite-tg is an experimental SQLite extension for limited geospatial operations, currently at version 0.0.1-alpha.19. Released as alpha with no fixed cadence, it provides basic geospatial functions (e.g., point-in-polygon, distance) via a loadable extension. Ship TypeScript types. Differentiators: lightweight, no external dependencies, integrates directly with SQLite. Not suitable for production or complex spatial analysis.","language":"javascript","status":"active","version":"0.0.1-alpha.19","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-tg","imports":["import Database from 'better-sqlite3';\nimport 'sqlite-tg';\nconst db = new Database(':memory:');\ndb.loadExtension('tg');","import { tgConfig } from 'sqlite-tg';","import { tgVersion } from 'sqlite-tg';"]},{"cmd":"yarn add sqlite-tg","imports":[]},{"cmd":"pnpm add sqlite-tg","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"sqlite-tg","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}