@sqlpm/sqlpm-example-postgresql

1.2.1 • Public • Published

sqlpm-example-postgresql

Used to test the sqlpm along with .

Usage

Generated

This package was generated @sqlpm/package-generator-ts as follows:

import {
  DatabaseSystem,
  DatabaseAccessMode,
} from '@sqlpm/types-ts';

import {
  schemaProjectInit,
} from '@sqlpm/package-generator-ts';

(async () => {
  await schemaProjectInit(
    'sqlpm-example',
    DatabaseSystem.Postgresql,

    'Used to test the sqlpm along with .',
    'Eric Hosick',
    'erichosick@gmail.com',
    [DatabaseAccessMode.ReadWrite, DatabaseAccessMode.ReadOnly],
  );
})();

Package Sidebar

Install

npm i @sqlpm/sqlpm-example-postgresql

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

5.36 kB

Total Files

15

Last publish

Collaborators

  • erichosick