import { AbstractQuery } from '../abstract/query.js'; export class PostgresQuery extends AbstractQuery {}