文件名称:knex-postgis:postgis扩展为knex
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-28 05:07:51
knex postgis JavaScript
Knex-Postgis SQL查询构建器中使用postgis函数的扩展。 例子 此示例显示扩展生成的sql。 const knex = require ( 'knex' ) ; const knexPostgis = require ( 'knex-postgis' ) ; const db = knex ( { client : 'postgres' } ) ; // install postgis functions in knex.postgis; const st = knexPostgis ( db ) ; /* or: * knexPostgis(db); * const st = db.postgis; */ // insert a point const sql1 = db . insert ( { id : 1 , geom : st . geo
【文件预览】:
knex-postgis-master
----.eslintrc(475B)
----lib()
--------functions.js(5KB)
--------utils.js(1KB)
--------index.js(3KB)
----types()
--------index.d.ts(9KB)
----examples()
--------basic.js(1KB)
----.travis.yml(488B)
----LICENSE(1KB)
----README.md(5KB)
----.editorconfig(199B)
----tests()
--------functions.js(23KB)
--------tester.js(900B)
--------utils.js(6KB)
--------index.js(1KB)
----.gitignore(30B)
----CHANGELOG.md(2KB)
----package.json(767B)