safeql
slowpokefs
Our great sponsors
safeql | slowpokefs | |
---|---|---|
4 | 1 | |
795 | 12 | |
1.9% | - | |
10.0 | 0.0 | |
3 days ago | over 8 years ago | |
TypeScript | C | |
MIT License | GNU General Public License v3.0 only |
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.
safeql
-
Write SQL Queries With Confidence (TypeScript + Postgres)
Be sure to follow this issue if you're interested - https://github.com/ts-safeql/safeql/issues/14
SafeQL is currently in its very early stages, but we can make it better with the community's help! If you have any ideas/improvements/bugs to share, be sure to file an issue in our GitHub repository.
slowpokefs
-
Crazy fast build times (Or when 10 seconds starts to make you nervous)
One thing I saw was someone logging all system calls their software generated and comparing that between runs. They'd been bitten by some minor library upgrade that had changed directory scanning which caused huge multiples of normal latency which on an SDD wasn't noticeable but on an HDD went from trivial to insane.
That was handy because it didn't actually involve testing on a slow device but mostly showed what we needed to know.
There are tools like https://github.com/schoentoon/slowpokefs which try to make your fast storage act like a HDD which could be better for black-box testing.
What are some alternatives?
node-sql-template-strings - ES6 tagged template strings for prepared SQL statements 📋
LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
icecream - Distributed compiler with a central scheduler to share build load
compiler-benchmark - Benchmarks compilation speeds of different combinations of languages and compilers.
typescript-eslint - :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
node-starter-kit - Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
eslint-plugin-functional - ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.
safeql - Composable / async / functional / type-safe / parallel-pipelined queries and relations without SQL injection or N+1s.
Prisma - Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB