1.2.1 • Published 1 year ago

@sqlpm/sqlpm-example-postgresql v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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],
  );
})();
1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago