an easy orm framework base on Spring jdbc. sborm只是针对spring jdbc的一些不方便的地方,做了一些封装,更加简化日常的开发工作,基于spring jdbc的RowMapper自动实现对象映射,也勉强算的上叫ORM,只是大部分功能已经由spring jdbc实现了。 平时不太喜欢使用hibernate和mybatis,主要是使用spring jdbc,写这个东西的出发点主要是平时使用spring jdbc觉 得比较麻烦,重复性的代码偏多,一方面通过自动mapper降低返回结果处理工作量,另一方面参考hibernate对象化查询条件的模式,写了一个 QueryBudiler,使得更多简单的单表查询可以通过对象组织查询、更改逻辑,避免过多去写相似性的SQL语句,减少DAO接口量。
Support
Quality
Security
License
Reuse
Sample app for Toptal article
Support
Quality
Security
License
Reuse
Sample app for Toptal article
Support
Quality
Security
License
Reuse
mongo top
Support
Quality
Security
License
Reuse
j
jsp-servlet-jdbc-mysql-crud-tutorialby RameshMF
Java 
49
Version:Current
License: No License (No License)
JSP Servlet JDBC MySQL CRUD Example Tutorial
Support
Quality
Security
License
Reuse
A grid with create, read, update and delete inline functionality using AngularJS and WebAPI
Support
Quality
Security
License
Reuse
mongoosedao = mongoose data access object
Support
Quality
Security
License
Reuse
Node, Express, Mongoose and MongoDB CRUD Web Application
Support
Quality
Security
License
Reuse
一个基于爬虫的资源下载网站
Support
Quality
Security
License
Reuse
p
python-flask-react-crud-exampleby oktadev
JavaScript 
49
Version:Current
License: Permissive (Apache-2.0)
Build a simple CRUD application with Python, Flask, and React.
Support
Quality
Security
License
Reuse
Complete Django CRUD Operations with PostgreSQL
Support
Quality
Security
License
Reuse
Provides methods to create commentable Mongoid models
Support
Quality
Security
License
Reuse
A Node.js Mongoose like ORM for MySQL
Support
Quality
Security
License
Reuse
2-way friendship relationship plugin for Mongoose ODM
Support
Quality
Security
License
Reuse
Simple and easy-to-use NodeJS Mongoose Schema plugin to pull random documents
Support
Quality
Security
License
Reuse
MongoDB 中文 手册 | 中文文档 | MongoDB 手册 翻译
Support
Quality
Security
License
Reuse
Seed data population for Mongoose
Support
Quality
Security
License
Reuse
m
mongoose-id-validatorby CampbellSoftwareSolutions
JavaScript 
47
Version:Current
License: Proprietary (Proprietary)
Mongoose plug in to validate ObjectID references point to valid existing documents.
Support
Quality
Security
License
Reuse
Nested Set is an Go implementation of the Nested set model for Gorm.
Support
Quality
Security
License
Reuse
Sample Application showing pub/sub, realtime application with mongodb
Support
Quality
Security
License
Reuse
Fully customizable Mongoose/MongoDB projection generator.
Support
Quality
Security
License
Reuse
A bare minimum and extensible crud generator
Support
Quality
Security
License
Reuse
example applications for basic crud features in different languages
Support
Quality
Security
License
Reuse
Java Auto-Update - wrapper to automaticall upgrade a Java application.
Support
Quality
Security
License
Reuse
mongoose middleware for koa
Support
Quality
Security
License
Reuse
Just a another express api using Mongoose, ES2015, Webpack, Mocha
Support
Quality
Security
License
Reuse
Middle layer between JavaBeans and shapeless
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
An object pool for Scala
Support
Quality
Security
License
Reuse
Presto Plugin for Oracle JDBC Connection
Support
Quality
Security
License
Reuse
mongoose query paginate
Support
Quality
Security
License
Reuse
m
mongoose-default-connectionby simonholmes
JavaScript 
44
Version:Current
License: No License (No License)
How to define, maintain and use a Mongoose database connection
Support
Quality
Security
License
Reuse
m
mongoose-schema-reference-sampleby AlexZeitler
JavaScript 
44
Version:Current
License: Permissive (MIT)
Shows the usage of mongoose Schema referencing
Support
Quality
Security
License
Reuse
Redshift JDBC Driver. It supports JDBC 4.2 specification.
Support
Quality
Security
License
Reuse
Blueprints implementation on top of MongoDB
Support
Quality
Security
License
Reuse
[NEEDS MAINTAINER] Mongoose plugin that takes a set of URL params and constructs a query for use in a search API. Also, worst project name ever.
Support
Quality
Security
License
Reuse
MongoDB 的数据库访问操作
Support
Quality
Security
License
Reuse
express.js, tsoa, inversify, swagger, mongoose
Support
Quality
Security
License
Reuse
秒杀,音乐商店项目实战,Redis源码,推荐系统
Support
Quality
Security
License
Reuse
Create URL compatiable slugs on mongoose models, ensuring uniqueness.
Support
Quality
Security
License
Reuse
The Perfect Marriage of MongoDB and Redis
Support
Quality
Security
License
Reuse
Attach virtuals to the results of mongoose lean() queries
Support
Quality
Security
License
Reuse
轻松(用)SQL,旨在于简单便捷地执行数据库操作,可自定义连接池来源。
Support
Quality
Security
License
Reuse
c
clickhouse-tableau-connector-jdbcby ClickHouse
JavaScript 
42
Version:Current
License: Permissive (Apache-2.0)
Tableau connector to ClickHouse using JDBC driver
Support
Quality
Security
License
Reuse
s
spring-boot-jta-atomikos-sampleby YihuaWanglv
Java 
41
Version:Current
License: Permissive (Apache-2.0)
spring-boot-jta-atomikos-sample
Support
Quality
Security
License
Reuse
Basic Backbone application using Twitter Bootstrap to use as a skeleton
Support
Quality
Security
License
Reuse
MEANWorks: MongoDB/Mongoose, Express, Angular and Node Workshop with Angular Fullstack Generator
Support
Quality
Security
License
Reuse
Gracefully exit server (Koa), database (Mongo/Mongoose), Redis clients, and job scheduler (Redis/Bull)
Support
Quality
Security
License
Reuse
Server side dataTable request support for mongoose
Support
Quality
Security
License
Reuse
Angular 7 Tutorial: Building CRUD Web Application
Support
Quality
Security
License
Reuse
s
sbormby franticwind
an easy orm framework base on Spring jdbc. sborm只是针对spring jdbc的一些不方便的地方,做了一些封装,更加简化日常的开发工作,基于spring jdbc的RowMapper自动实现对象映射,也勉强算的上叫ORM,只是大部分功能已经由spring jdbc实现了。 平时不太喜欢使用hibernate和mybatis,主要是使用spring jdbc,写这个东西的出发点主要是平时使用spring jdbc觉 得比较麻烦,重复性的代码偏多,一方面通过自动mapper降低返回结果处理工作量,另一方面参考hibernate对象化查询条件的模式,写了一个 QueryBudiler,使得更多简单的单表查询可以通过对象组织查询、更改逻辑,避免过多去写相似性的SQL语句,减少DAO接口量。
Java
50
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
t
tonesaby mahmud-ridwan
Sample app for Toptal article
Go
50
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
t
Support
Quality
Security
License
Reuse
m
Support
Quality
Security
License
Reuse
j
jsp-servlet-jdbc-mysql-crud-tutorialby RameshMF
JSP Servlet JDBC MySQL CRUD Example Tutorial
Java
49
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
a
angularjs-crudgridby softwarejc
A grid with create, read, update and delete inline functionality using AngularJS and WebAPI
JavaScript
49
Updated: 5 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
m
mongoosedaoby moajs
mongoosedao = mongoose data access object
JavaScript
49
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
N
NodeExpressCRUDby didinj
Node, Express, Mongoose and MongoDB CRUD Web Application
JavaScript
49
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
k
koa2-mongoose-templateby xuanxia
一个基于爬虫的资源下载网站
JavaScript
49
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
p
python-flask-react-crud-exampleby oktadev
Build a simple CRUD application with Python, Flask, and React.
JavaScript
49
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
D
Django-CRUD-Operationsby CodAffection
Complete Django CRUD Operations with PostgreSQL
Python
48
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoid_commentableby mgolovnia
Provides methods to create commentable Mongoid models
Ruby
48
Updated: 8 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
h
hyenaby plus3network
A Node.js Mongoose like ORM for MySQL
JavaScript
48
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-friendsby numbers1311407
2-way friendship relationship plugin for Mongoose ODM
JavaScript
48
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-simple-randomby larryprice
Simple and easy-to-use NodeJS Mongoose Schema plugin to pull random documents
JavaScript
48
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongodb-manual-zhby whaleal
MongoDB 中文 手册 | 中文文档 | MongoDB 手册 翻译
CSS
48
Updated: 2 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-seedby seanemmer
Seed data population for Mongoose
JavaScript
47
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-id-validatorby CampbellSoftwareSolutions
Mongoose plug in to validate ObjectID references point to valid existing documents.
JavaScript
47
Updated: 2 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
n
nested-setby longbridgeapp
Nested Set is an Go implementation of the Nested set model for Gorm.
Go
47
Updated: 3 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongodb-realtime-pubsubby tgrall
Sample Application showing pub/sub, realtime application with mongodb
JavaScript
46
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
g
graphql-advanced-projectionby b1f6c1c4
Fully customizable Mongoose/MongoDB projection generator.
JavaScript
46
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
g
glorious-crudby glorious-codes
A bare minimum and extensible crud generator
JavaScript
46
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
h
haengematteby cloudant
example applications for basic crud features in different languages
Java
45
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
J
Java-Auto-Updateby Cantara
Java Auto-Update - wrapper to automaticall upgrade a Java application.
Java
45
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
k
koa-mongooseby Jackong
mongoose middleware for koa
JavaScript
45
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
b
base-express-apiby dbuarque
Just a another express api using Mongoose, ES2015, Webpack, Mocha
JavaScript
45
Updated: 5 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
beanpureeby limansky
Middle layer between JavaBeans and shapeless
Scala
45
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
a
angular7-mysql-crudby FaztWeb
TypeScript
45
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
p
presto-oracleby marcelopaesrech
Presto Plugin for Oracle JDBC Connection
Java
44
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-query-paginateby lowol
mongoose query paginate
JavaScript
44
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-default-connectionby simonholmes
How to define, maintain and use a Mongoose database connection
JavaScript
44
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-schema-reference-sampleby AlexZeitler
Shows the usage of mongoose Schema referencing
JavaScript
44
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
a
amazon-redshift-jdbc-driverby aws
Redshift JDBC Driver. It supports JDBC 4.2 specification.
Java
44
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
blueprints-mongodb-graphby datablend
Blueprints implementation on top of MongoDB
Java
43
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-api-queryby ajb
[NEEDS MAINTAINER] Mongoose plugin that takes a set of URL params and constructs a query for use in a search API. Also, worst project name ever.
JavaScript
43
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
T
TianCheng.DAL.MongoDBby chengkkll
MongoDB 的数据库访问操作
C#
43
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
t
tsoa-apiby MakingSense
express.js, tsoa, inversify, swagger, mongoose
TypeScript
43
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
P
Projectsby zhonghuasheng
秒杀,音乐商店项目实战,Redis源码,推荐系统
C
42
Updated: 3 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
mongoose-url-slugsby talha-asad
Create URL compatiable slugs on mongoose models, ensuring uniqueness.
JavaScript
42
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-plugin-cacheby yhjor
The Perfect Marriage of MongoDB and Redis
TypeScript
42
Updated: 3 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-lean-virtualsby mongoosejs
Attach virtuals to the results of mongoose lean() queries
JavaScript
42
Updated: 3 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
E
EasySQLby CarmJos
轻松(用)SQL,旨在于简单便捷地执行数据库操作,可自定义连接池来源。
Java
42
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
c
clickhouse-tableau-connector-jdbcby ClickHouse
Tableau connector to ClickHouse using JDBC driver
JavaScript
42
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
s
spring-boot-jta-atomikos-sampleby YihuaWanglv
spring-boot-jta-atomikos-sample
Java
41
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
B
BackboneBootstrapby opensas
Basic Backbone application using Twitter Bootstrap to use as a skeleton
JavaScript
41
Updated: 7 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
meanworksby azat-co
MEANWorks: MongoDB/Mongoose, Express, Angular and Node Workshop with Angular Fullstack Generator
JavaScript
41
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
g
gracefulby ladjs
Gracefully exit server (Koa), database (Mongo/Mongoose), Redis clients, and job scheduler (Redis/Bull)
JavaScript
41
Updated: 3 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mongoose-datatableby eherve
Server side dataTable request support for mongoose
TypeScript
41
Updated: 3 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
a
angular7-material-crud-exampleby didinj
Angular 7 Tutorial: Building CRUD Web Application
TypeScript
41
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse