Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "DAL/geocodeDAL"

Index

Classes

Variables

Variables

Const MAX_GEOCODES

MAX_GEOCODES: 1000 = 1000

Const db

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

Generated using TypeDoc