awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ForbesLindesay avatar

ForbesLindesay/atdatabases

0
View on GitHub↗
633 stars·48 forks·TypeScript·MIT·3 viewswww.atdatabases.org↗

Atdatabases

TypeScript clients for databases that prevent SQL Injection

Features

  • Database Utilities - SQL query builder with injection protection.
  • Databases - SQL query builder with injection protection.

Star history

Star history chart for forbeslindesay/atdatabasesStar history chart for forbeslindesay/atdatabases

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Atdatabases

Similar open-source projects, ranked by how many features they share with Atdatabases.
  • mlaanderson/database-jsmlaanderson avatar

    mlaanderson/database-js

    79View on GitHub↗

    Common Database Interface for Node

    JavaScript
    View on GitHub↗79
  • nuveo/prestN

    nuveo/prest

    0View on GitHub↗
    View on GitHub↗0
  • louischatriot/nedblouischatriot avatar

    louischatriot/nedb

    13,540View on GitHub↗

    NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

    JavaScript
    View on GitHub↗13,540
  • oguimbal/pg-memoguimbal avatar

    oguimbal/pg-mem

    2,341View on GitHub↗

    An in memory postgres DB instance for your unit tests

    TypeScript
    View on GitHub↗2,341
See all 30 alternatives to Atdatabases→

Frequently asked questions

What does forbeslindesay/atdatabases do?

TypeScript clients for databases that prevent SQL Injection

What are the main features of forbeslindesay/atdatabases?

The main features of forbeslindesay/atdatabases are: Database Utilities, Databases.

What are some open-source alternatives to forbeslindesay/atdatabases?

Open-source alternatives to forbeslindesay/atdatabases include: nuveo/prest. pkosiec/mongo-seeding — 🌱 The ultimate solution for populating your MongoDB database. louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… mlaanderson/database-js — Common Database Interface for Node. oguimbal/pg-mem — An in memory postgres DB instance for your unit tests. tommybananas/finale — Create flexible REST endpoints and controllers from Sequelize models in your Express app.