COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200902134550/https://github.com/topics/orm-framework
Here are
179 public repositories
matching this topic...
An powerful enhanced toolkit of MyBatis for simplify development
A hybrid ORM library for .NET.
Distributed ORM Framework for Java
Updated
Aug 20, 2020
Java
Database wrapper and ORM for Crystal, inspired by Ecto
Updated
Jun 14, 2020
Crystal
Language-Natural Persistence Layer for Java
Minimal database operation library.
Updated
Nov 14, 2019
Java
An easy ORM tool for Golang, support MyBatis-Like XML template SQL
DevExpress eXpress Persistent Objects (XPO) ORM for .NET Framework / .NET Core / .NET Standard 2.0
Updated
Aug 24, 2020
JavaScript
Nodefony Starter Node.js Framework Symfony Like
Updated
Mar 12, 2020
JavaScript
The benchmark to compare performance of PHP ORM solutions.
OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
Updated
Aug 31, 2020
Pascal
Connection-Pooling Compile-Time ORM for Nim
FastQuery(Method of fast database query) 基于Java语言. 他的使命是:简化Java操作数据层.做为一个开发者,仅仅只需要设计编写DAO接口即可,在项目初始化阶段采用ASM生成好实现类. 因此,开发代码不得不简洁而优雅.从而,大幅度提升开发效率.
Onela is an open source object relational mapping framework based on node.js(Onela是一个基于node.js的开源对象关系映射框架)
Updated
Apr 28, 2019
JavaScript
Object Relation Mapping with Qt library
Ecommerce Rest API application built in Go with Gin Gonic + Gorm
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Updated
Jul 16, 2020
TypeScript
基于SpringJdbcTemplate的ORM框架,比Mybatis更方便,更简单,仅需定义Model就可支持各种SQL查询和动态SQL,不再用拼写XML文件和SQL语句,可以通过各种注解式插件扩展,目前主要支持Mysql数据库
Updated
Nov 14, 2019
Java
ORM package for google Cloud Firestore.
Updated
Jul 20, 2020
Python
Simple Go ORM for Google/Firebase Cloud Firestore
Orm框架:基于JDBC开发的一个至简化且功能很全的Orm框架
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Updated
Aug 26, 2020
Kotlin
Cycle ORM integration for the Laravel Framework
ORM library for Python 3.6+, asyncio. Provides Django ORM like API.
Updated
Jun 13, 2020
Python
An ORM framework for Typescript that lets you fluently query the database with a strong typed programming interface.
Updated
Jan 15, 2018
TypeScript
Improve this page
Add a description, image, and links to the
orm-framework
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
orm-framework
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This might not be needed - but I think one should consider having any undefined value on a collection set as null (?)
And then extend IFirestoreVal extended to allow null - so that we can query those values on a Where ?
https://stackoverflow.com/questions/46806860/how-to-query-cloud-firestore-for-non-existing-keys-of-documents
Just a thought..