30 open-source projects similar to eastrall/entityframeworkcore.dataencryption, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best EntityFrameworkCore.DataEncryption alternative.
Get SQL Server notification on record table change
RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t
Fluent migrations framework for .NET
TypeScript clients for databases that prevent SQL Injection
Orchestrator is a high availability system and replication manager for MySQL database clusters. It functions as a failover automator and topology visualizer designed to detect master failures and promote standby replicas to minimize system downtime. The project focuses on managing and reconfiguring MySQL replication topologies to maintain consistent data distribution. It utilizes topology discovery crawling to map replication structures and identifies active failures within the database cluster. The system provides capabilities for automated cluster recovery, location-aware instance tracking
Prep finds all SQL statements in a Go package and instruments db connection with prepared statements
Simple key-value storage with support for multiple backends
Go package for sharding databases ( Supports every ORM or raw SQL )
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
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
Collects many small inserts to ClickHouse and send in big inserts
An in memory postgres DB instance for your unit tests
🌱 The ultimate solution for populating your MongoDB database.
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
go-mysql is a toolkit for the Go programming language designed for implementing MySQL protocol handlers, binary log replication systems, mock servers, and schema parsing utilities. It provides the necessary libraries to interact with MySQL servers through native network protocols and binary log streams. The project enables the creation of custom database proxies or mock servers by parsing and decoding low-level network packets. It also includes a replication tool for streaming and processing binary logs to synchronize data across different storage systems, alongside a schema parser for extrac
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects. The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections. The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query r
Create flexible REST endpoints and controllers from Sequelize models in your Express app