All Projects → j256 → Ormlite Android

j256 / Ormlite Android

Licence: isc
ORMLite Android functionality used in conjunction with ormlite-core

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ormlite Android

Spring Kotlin Exposed
playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker
Stars: ✭ 106 (-93.22%)
Mutual labels:  orm
Maikebing.entityframeworkcore.taos
Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine
Stars: ✭ 113 (-92.77%)
Mutual labels:  orm
Dapper Samples
Tutorial samples that shows how to use Dapper .NET
Stars: ✭ 116 (-92.58%)
Mutual labels:  orm
Real World Grading App
An example of a real-world REST API backend built with TypeScript, Hapi, Prisma, and PostgreSQL.
Stars: ✭ 105 (-93.29%)
Mutual labels:  orm
Kripton
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Stars: ✭ 110 (-92.97%)
Mutual labels:  orm
Tornado Sqlalchemy
SQLAlchemy support for Tornado
Stars: ✭ 112 (-92.84%)
Mutual labels:  orm
Sqlobject
SQLObject, an object-relational mapper for Python
Stars: ✭ 106 (-93.22%)
Mutual labels:  orm
Belleorm
A Sqlite ORM library for Kotlin, Java & Android.
Stars: ✭ 117 (-92.52%)
Mutual labels:  orm
Nestjs Graphql
nest-js starter which implement graphql module
Stars: ✭ 111 (-92.9%)
Mutual labels:  orm
Dtcqueuebundle
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
Stars: ✭ 115 (-92.65%)
Mutual labels:  orm
Django Save The Change
Your DB Got It the First Time.
Stars: ✭ 109 (-93.03%)
Mutual labels:  orm
Ship Hold
data access framework for Postgresql on nodejs
Stars: ✭ 110 (-92.97%)
Mutual labels:  orm
Npdynamodb
A Node.js Simple Query Builder and ORM for AWS DynamoDB
Stars: ✭ 113 (-92.77%)
Mutual labels:  orm
Sqlalchemy Imageattach
SQLAlchemy extension for attaching images to entities.
Stars: ✭ 107 (-93.16%)
Mutual labels:  orm
Mongoframework
An "Entity Framework"-like interface for MongoDB
Stars: ✭ 116 (-92.58%)
Mutual labels:  orm
Sheetfu Apps Script
A Google apps scripts ORM to manipulate spreadsheets as database tables.
Stars: ✭ 107 (-93.16%)
Mutual labels:  orm
Datafiles
A file-based ORM for Python dataclasses.
Stars: ✭ 113 (-92.77%)
Mutual labels:  orm
Tik4net
Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Stars: ✭ 118 (-92.46%)
Mutual labels:  orm
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+592.97%)
Mutual labels:  orm
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (-2.05%)
Mutual labels:  orm

ORMLite Android

This package provides the Android specific functionality. The released jars for this include the [ormlite-core] https://github.com/j256/ormlite-core) package as well. Users that are connecting to SQL databases via JDBC connections should download the ormlite-jdbc package instead of this Android one.

Enjoy, Gray Watson

Maven Configuration

Maven packages are published via Maven Central which includes the ormlite-core classes.

For JDBC usage:

<dependency>
	<groupId>com.j256.ormlite</groupId>
	<artifactId>ormlite-android</artifactId>
	<version>6.0</version>
</dependency>

ChangeLog Release Notes

The ChangeLog file comes from the ormlite-core repository. See the ChangeLog.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].