Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Support
Quality
Security
License
Reuse
SQL Builder Library for Java
Support
Quality
Security
License
Reuse
A Query Language extension for Python: Query files, objects, SQL and NoSQL databases with a built-in query language
Support
Quality
Security
License
Reuse
Amazon Redshift SQLAlchemy Dialect
Support
Quality
Security
License
Reuse
A Feathers service adapter for the Sequelize ORM. Supporting MySQL, MariaDB, Postgres, SQLite, and SQL Server
Support
Quality
Security
License
Reuse
Demonstration application using Microsoft SQL Server on Linux and Node in a Docker container.
Support
Quality
Security
License
Reuse
Component which receives SQL Server table changes into your .net code.
Support
Quality
Security
License
Reuse
FlinkSQL字段血缘解决方案及源码。FlinkSQL field lineage solution and source code, The core idea is to parse SQL through Calcite to generate a RelNode tree of relational expressions. Then get the optimized logical paln through optimization stage, and finally call Calcite RelMetadataQuery to get the lineage relationship at the field level.
Support
Quality
Security
License
Reuse
Easy SQL in Python
Support
Quality
Security
License
Reuse
CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations
Support
Quality
Security
License
Reuse
Doradus is a REST service that extends a Cassandra NoSQL database with a graph-based data model, advanced indexing and search features, and a REST API. See also doradus-openshift-quickstart, which allows Doradus to run as an OpenShift cartridge!
Support
Quality
Security
License
Reuse
Bmg, Alf's successor, A Ruby Relational Algebra
Support
Quality
Security
License
Reuse
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
Support
Quality
Security
License
Reuse
Tools and service for differentially private processing of tabular and relational data
Support
Quality
Security
License
Reuse
Database engine which is either RDBMS or GraphDB
Support
Quality
Security
License
Reuse
A single model for shaping, creating, accessing, storing data within a Database
Support
Quality
Security
License
Reuse
Full text search for flask.
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
Support
Quality
Security
License
Reuse
Automated, extensible toolset that runs cypher queries against Bloodhound's Neo4j backend and saves output to spreadsheets.
Support
Quality
Security
License
Reuse
automatic review database dml sql(select,insert,update,delete),build create index script for every SQL statment,and merge all create index script with exist indexes on these tables.
Support
Quality
Security
License
Reuse
:heart: A curated list of awesome startups
Support
Quality
Security
License
Reuse
Firebird RDBMS sql driver for Go (golang)
Support
Quality
Security
License
Reuse
Infrastructure as data in PostgreSQL
Support
Quality
Security
License
Reuse
TiDB connectors for Flink/Hive/Presto
Support
Quality
Security
License
Reuse
An ODBC-powered MS SQL Server DB backend for Django 1.4+
Support
Quality
Security
License
Reuse
用于上线前或上线中,对实体类是否符合规定和数据库修改情况是否反映到实体类中进行检查,检查后的结果根据配置情况通知或记录后反馈给用户,并能强制禁止不符合规定的项目启动
Support
Quality
Security
License
Reuse
Ergonomic Postgres from TypeScript
Support
Quality
Security
License
Reuse
TopN is an open source PostgreSQL extension that returns the top values in a database according to some criteria
Support
Quality
Security
License
Reuse
Postgres for Everything
Support
Quality
Security
License
Reuse
Postgres for Everything
Support
Quality
Security
License
Reuse
Framework for Apache Flink unit tests
Support
Quality
Security
License
Reuse
SQL support for rom-rb
Support
Quality
Security
License
Reuse
Postgres Toolkit
Support
Quality
Security
License
Reuse
New version of SQL Fiddle based on OpenIDM
Support
Quality
Security
License
Reuse
Go SQL utility library
Support
Quality
Security
License
Reuse
Regression Testing your SQL queries
Support
Quality
Security
License
Reuse
Fully modular persistence framework
Support
Quality
Security
License
Reuse
Query AWS resources with SQL
Support
Quality
Security
License
Reuse
a CRUD class for MySQL using OOP in PHP
Support
Quality
Security
License
Reuse
MySQL protocol library implementing in Go (golang)
Support
Quality
Security
License
Reuse
Deno + PostgreSQL = DenoGres
Support
Quality
Security
License
Reuse
Stratosphere is now Apache Flink.
Support
Quality
Security
License
Reuse
an easy jdbc sql framework of an alternative to ibatis
Support
Quality
Security
License
Reuse
分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高
Support
Quality
Security
License
Reuse
Query your CSV files with SQL
Support
Quality
Security
License
Reuse
PostgreSQL proxy server.
Support
Quality
Security
License
Reuse
A Gentle Introduction to SQL Using SQLite
Support
Quality
Security
License
Reuse
Connecting to MySQL in PHP using PDO.
Support
Quality
Security
License
Reuse
S
Shanty-Mongoby coen-hyde
Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
PHP 206Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
sqlbuilderby jkrasnay
SQL Builder Library for Java
Java 205Updated: 3 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
pythonqlby pythonql
A Query Language extension for Python: Query files, objects, SQL and NoSQL databases with a built-in query language
Python 205Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
sqlalchemy-redshiftby sqlalchemy-redshift
Amazon Redshift SQLAlchemy Dialect
Python 205Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
f
feathers-sequelizeby feathersjs-ecosystem
A Feathers service adapter for the Sequelize ORM. Supporting MySQL, MariaDB, Postgres, SQLite, and SQL Server
TypeScript 205Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mssql-node-docker-demo-appby twright-msft
Demonstration application using Microsoft SQL Server on Linux and Node in a Docker container.
JavaScript 205Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
S
ServiceBrokerListenerby dyatchenko
Component which receives SQL Server table changes into your .net code.
JavaScript 204Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
f
flink-sql-lineageby HamaWhiteGG
FlinkSQL字段血缘解决方案及源码。FlinkSQL field lineage solution and source code, The core idea is to parse SQL through Calcite to generate a RelNode tree of relational expressions. Then get the optimized logical paln through optimization stage, and finally call Calcite RelMetadataQuery to get the lineage relationship at the field level.
Java 204Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
a
Support
Quality
Security
License
Reuse
a
auroraby sabinadams
CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations
TypeScript 203Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
D
Doradusby QSFT
Doradus is a REST service that extends a Cassandra NoSQL database with a graph-based data model, advanced indexing and search features, and a REST API. See also doradus-openshift-quickstart, which allows Doradus to run as an OpenShift cartridge!
Java 202Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
bmgby enspirit
Bmg, Alf's successor, A Ruby Relational Algebra
Ruby 202Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongodb-generic-repositoryby alexandre-spieser
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
C# 202Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
smartnoise-sdkby opendp
Tools and service for differentially private processing of tabular and relational data
Python 202Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
h
herodbby vczh
Database engine which is either RDBMS or GraphDB
C++ 202Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
pydbanticby codemation
A single model for shaping, creating, accessing, storing data within a Database
Python 201Updated: 1 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
f
flask-msearchby honmaple
Full text search for flask.
Python 200Updated: 2 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
s
sqlteachingby rhc2104
JavaScript 200Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
sqlectron-coreby sqlectron
JavaScript 200Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
n
node-sql-parserby taozhi8833998
Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
JavaScript 200Updated: 4 y ago License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
c
cypherothby seajaysec
Automated, extensible toolset that runs cypher queries against Bloodhound's Neo4j backend and saves output to spreadsheets.
Shell 200Updated: 3 y ago License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
s
sqlautoreviewby taobao
automatic review database dml sql(select,insert,update,delete),build create index script for every SQL statment,and merge all create index script with exist indexes on these tables.
Java 199Updated: 4 y ago License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
a
awesome-startupsby softvar
:heart: A curated list of awesome startups
PHP 198Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
f
firebirdsqlby nakagami
Firebird RDBMS sql driver for Go (golang)
Go 198Updated: 1 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
i
iasql-engineby iasql
Infrastructure as data in PostgreSQL
TypeScript 198Updated: 2 y ago License: Strong Copyleft (AGPL-3.0)
Support
Quality
Security
License
Reuse
T
TiBigDataby tidb-incubator
TiDB connectors for Flink/Hive/Presto
Java 197Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
d
django-pyodbcby lionheart
An ODBC-powered MS SQL Server DB backend for Django 1.4+
Python 196Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
s
sql-update-checkby ZGOD9527
用于上线前或上线中,对实体类是否符合规定和数据库修改情况是否反映到实体类中进行检查,检查后的结果根据配置情况通知或记录后反馈给用户,并能强制禁止不符合规定的项目启动
Java 196Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
m
mostly-ormlessby jawj
Ergonomic Postgres from TypeScript
TypeScript 195Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
p
postgresql-topnby citusdata
TopN is an open source PostgreSQL extension that returns the top values in a database according to some criteria
C 195Updated: 4 y ago License: Strong Copyleft (AGPL-3.0)
Support
Quality
Security
License
Reuse
c
coredbby CoreDB-io
Postgres for Everything
Rust 195Updated: 1 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
t
Support
Quality
Security
License
Reuse
f
flink-spectorby ottogroup
Framework for Apache Flink unit tests
Java 194Updated: 3 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
r
Support
Quality
Security
License
Reuse
p
postgres-toolkitby uptimejp
Postgres Toolkit
Python 193Updated: 4 y ago License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
s
sqlfiddle2by zzzprojects
New version of SQL Fiddle based on OpenIDM
JavaScript 193Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
r
regresqlby dimitri
Regression Testing your SQL queries
Go 193Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
P
PersistAssistby FortyNorthSecurity
Fully modular persistence framework
C# 193Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
a
Support
Quality
Security
License
Reuse
m
mysql-crud-php-oopby rorystandley
a CRUD class for MySQL using OOP in PHP
PHP 192Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
g
go-mysqlstackby xelabs
MySQL protocol library implementing in Go (golang)
Go 192Updated: 4 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
D
DenoGresby open-source-labs
Deno + PostgreSQL = DenoGres
TypeScript 191Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
stratosphereby stratosphere
Stratosphere is now Apache Flink.
Java 190Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
e
eqlby bingoohuang
an easy jdbc sql framework of an alternative to ibatis
Java 190Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
sharding-methodby QNJR-GROUP
分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高
Java 190Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
c
csv-sqlby alex
Query your CSV files with SQL
Rust 190Updated: 1 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
p
Support
Quality
Security
License
Reuse
S
SQL-Tutorialby tthibo
A Gentle Introduction to SQL Using SQLite
HTML 190Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
p
pdoby taniarascia
Connecting to MySQL in PHP using PDO.
PHP 189Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse