Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "DAL/eventDAL"

Index

Variables

Const DEFAULT_LIMIT

DEFAULT_LIMIT: 25 = 25

Const MILES_TO_METERS

MILES_TO_METERS: 1609.34 = 1609.34

Const db

db: Knex<any, unknown[]> = knex(knexStringcase({client: 'postgresql',connection: {host: process.env.HOST,user: 'postgres',password: 'postgres',database: 'events'}}))

Const makeVector

makeVector: "to_tsvector(organization || ' ' || title || ' ' || description)" = `to_tsvector(organization || ' ' || title || ' ' || description)`

Generated using TypeDoc