pg-mem icon indicating copy to clipboard operation
pg-mem copied to clipboard

An in memory postgres DB instance for your unit tests

Results 176 pg-mem issues
Sort by recently updated
recently updated
newest added

This is to make sure `sequelize` could recognize it as the same way as `pg`: https://github.com/sequelize/sequelize/blob/3b14f1aa70e3a3991891e37431344e6f0db0089c/src/dialects/postgres/query.js#L323

Investigate [Prisma](https://www.prisma.io/) support

Hello 👋🏽 Huge fan of this blazing fast in-memory database, and excited for the coverage of postgreSQL features to grow even further ! I just happen to love using views,...

# Describe the bug From README.md it seems to support browser, but actually does not work on browser. ```sh Module not found: Can't resolve 'fs' # ...etc ``` I'm really...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi there, first of all thanks for this great library, I really like it 🎉 I have a question about mikro-orm dependencies, just wondered why they're listed in dependencies list...

Whilst not strictly SQL, the postgres shell supports a lot of backslash commands which get used in all sorts of scripts. Some of the most useful being: \i - execute...

# Describe the bug I have a number of tables with regex-based check constraints to prevent garbage from being put into the DB. Unfortunately, pg-mem doesn't seem to like them....

For the `createTypeormConnection`, it seems like the entities list doesn't accept globs, but just a list of imported entities. The `createConnection` of TypeORM itself accepts glob pattern, which is more...

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies