1.0.10 • Published 2 years ago

phcgohandler v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

PHC's Database query handler built with Typescript


Create custom query:

Typescript

    import { customQuery } from 'phcgoHandler';
    
    const result = await customQuery("Select * from ul", "Company ID");
    console.log(result);