0.0.7 • Published 6 months ago

@types/spatialite v0.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/spatialite

Summary

This package contains type definitions for spatialite (https://github.com/zhm/node-spatialite).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spatialite.

index.d.ts

// Type definitions for spatialite 0.0
// Project: https://github.com/zhm/node-spatialite
// Definitions by: Arne Schubert <https://github.com/atd-schubert>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export {
    OPEN_READONLY,
    OPEN_READWRITE,
    OPEN_CREATE,
    cached,
    RunResult,
    Statement,
    verbose } from 'sqlite3';
import {
    Database as OriginalDatabase
} from 'sqlite3';

export class Database extends OriginalDatabase {
    spatialite(cb: (err: Error) => void): void;
}

Additional Details

  • Last updated: Thu, 16 Dec 2021 22:32:07 GMT
  • Dependencies: @types/sqlite3
  • Global values: none

Credits

These definitions were written by Arne Schubert.

0.0.7

6 months ago

0.0.5

8 months ago

0.0.6

7 months ago

0.0.4

2 years ago

0.0.3

5 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago