-
Updated
Oct 16, 2020 - Scala
{{ message }}
Pagination library for Rails, Sinatra, Merb, DataMapper, and more
A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
Generating Ruby object instances since 2010
A base Sinatra application template with DataMapper, and RSpec. Just fork and build.
Type safe SQL builder with code generation and automatic query result data mapping
Django ORM built on top of SQLalchemy core 1.4/2.0 for seamless integration of SQLAlchemy with Django 3.1+ PostgreSQL 12.1 only for now.
an open-source data management platform for knowledge workers (https://github.com/dswarm/dswarm-documentation/wiki)
Easy-to-use ORM for your Typescript projects with DynamoDB and Node.js
Datamapper like Crystal ORM and adapter for Elasticsearch
Schema generation using annotated entities and mappers
A app make in Ruby with Sinatra based in the book Jump Start. Old
DEPRECATED - An easy to use data mapper ORM for Laravel 5 that fits perfectly to the approach of Domain Driven Design (DDD).
Declarative schema generation for Cycle ORM
Data Mapper library for Node.js applications
The Joomla! ORM package provides a storage access abstraction using repositories for your application.
Map from one object to another using JSON pointers
A typed data mapper for Node.js and PostgreSQL.
[READ ONLY] DataMapper pattern object to access database.
Nothing is not a DataMapper but something close to it
Fat-free repository pattern implementation on top of knex.js.
Simple database layer powered by doctrine2
Simple Clojure library for data mapping
Add a description, image, and links to the datamapper topic page so that developers can more easily learn about it.
To associate your repository with the datamapper topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Would like the ability to specify the collation alongside the charset. Especially for Mysql.
Describe the solution you'd like
A new collate option that sets the default collation used.
Describe alternatives you've considered
I've though about manually adjusting the generated migration files, which mostly solves thi