vscode-extension
pg-mem
vscode-extension | pg-mem | |
---|---|---|
4 | 14 | |
17 | 2,022 | |
- | - | |
4.5 | 8.3 | |
about 1 year ago | 10 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-extension
-
Top 10 Snyk Alternatives for Code Security
4. Spectral
-
Web Application Security: What to Consider for 2023
Securing web applications is fast becoming a business goal for organizations as data breaches can create long-term repercussions. Web AppSec is a tremendous practice for you to protect your websites, databases, and applications. It involves developers taking charge of application security by continuously monitoring and testing their systems. Spectral empowers developers to simplify Web AppSec and make it a part of their everyday tasks.
-
Essential Productivity Tools For Software Development Team
Link: https://spectralops.io/
-
The Developer’s Checklist to Security Hardening [XLS Download]
One method that is effective at keeping secrets hidden is by using vaults. SpectralOps provides such a vault that helps protect secrets by keeping them in a single place and encrypting them to control how they are accessed. We continuously map developer mistakes, access detail, and secret management detection with an ever-growing coverage using AI/ML and our proprietary tech. Check out an example here.
pg-mem
- Setting up PostgreSQL for running integration tests
-
Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
I've used pgmem https://github.com/oguimbal/pg-mem for the last couple of years for the same thing.
-
Ask HN: How do you test SQL?
I was wondering the other day how to classify tests that use a test double like pg-mem, which isn't a mock but isn't the Dockerized test DB either :
https://github.com/oguimbal/pg-mem
-
How to test nestjs modules?
In my case, I use TypeORM with PostgreSQL, and there's pg-mem to run an instance in memory, it supports most of the common functionality of PostgreSQL but you will need to do some adjustment to your code to be within the limits.
-
Working with offline data
Postgres in the browser is possible through pg-mem: "pg-mem is an experimental in-memory emulation of a postgres database" but it also suffers from no persistence. If you can persist to a file somewhere then read it in on startup (and if your local data isn't huge) this might work.
- Pg-mem: An in-memory re-implementation of PostgreSQL in JavaScript
-
Haskell as a first timer - Am I missing something ? Or is something broken ?
Dont get me wrong: I am trying to contribute to opensource as well, so I get that supporting small projects can be demanding. There's nothing wrong in not spending your weekends on OS. But not asking for help, nor specifying that a project is unmaintained, nor even answering issues & pull requests for years feels just wrong.
-
Ask HN: What Are You Working On?
A pure Javascript in memory emulation of Posgres, to help writing better node tests https://github.com/oguimbal/pg-mem
-
pg-mem, an in memory postgres DB instance for your unit tests, is now bound to multiple libraries (Knex, Typeorm, Slonik, pg, pg-promise) ... suggestions for the next one ?
Okay, I had a bit of spare time,I've implemented that, and it is now available with [email protected]
-
Zero delay development & unit testing iterations
To get a glimpse of what I'm talking about, you can clone this repo and follow "Development" instructions (by the way this is a small OS lib I maintain, I wrote about it here)
What are some alternatives?
Keyv - Simple key-value storage with support for multiple backends
Prisma - Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
gosec - Go security checker
NeDB - The JavaScript Database, for Node.js, nw.js, electron and the browser
plugins - Trunk.io plugins repo
Lowdb - Simple and fast JSON database
@databases - TypeScript clients for databases that prevent SQL Injection
typescript-clean-architecture - It is my attempt to create Clean Architecture based application in TypeScript.
semgrep - Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
database-js - Common Database Interface for Node
maplibre-gl-js - MapLibre GL JS - Interactive vector tile maps in the browser
Mongo Seeding - 🌱 The ultimate solution for populating your MongoDB database.