All Projects → top-think → Think Orm

top-think / Think Orm

Licence: apache-2.0
Think ORM——the PHP Database&ORM Framework

Projects that are alternatives of or similar to Think Orm

Ronin
Ronin is a Ruby platform for vulnerability research and exploit development. Ronin allows for the rapid development and distribution of code, Exploits or Payloads, Scanners, etc, via Repositories.
Stars: ✭ 220 (-27.39%)
Mutual labels:  orm, database
Granite
ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.
Stars: ✭ 238 (-21.45%)
Mutual labels:  orm, database
Clear
Advanced ORM between postgreSQL and Crystal
Stars: ✭ 220 (-27.39%)
Mutual labels:  orm, database
Sequelize Auto
Automatically generate bare sequelize models from your database.
Stars: ✭ 2,494 (+723.1%)
Mutual labels:  orm, database
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-13.86%)
Mutual labels:  orm, database
Rustorm
an orm for rust
Stars: ✭ 205 (-32.34%)
Mutual labels:  orm, database
Sparrow
A simple database toolkit for PHP
Stars: ✭ 236 (-22.11%)
Mutual labels:  orm, database
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+629.7%)
Mutual labels:  orm, database
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1178.55%)
Mutual labels:  orm, database
Python For Entrepreneurs Course Demos
Contains all the "handout" materials for Talk Python's Python for Entrepreneurs course. This includes notes and the final version of the website code.
Stars: ✭ 247 (-18.48%)
Mutual labels:  orm, database
Simple Crud
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Stars: ✭ 190 (-37.29%)
Mutual labels:  orm, database
Sequelizer
A GUI Desktop App for export sequelize models from database automatically.
Stars: ✭ 273 (-9.9%)
Mutual labels:  orm, database
Ormlite Jdbc
ORMLite JDBC functionality that works with JDBC drivers to attach to various database types
Stars: ✭ 184 (-39.27%)
Mutual labels:  orm, database
Piccolo
A fast, user friendly ORM and query builder which supports asyncio.
Stars: ✭ 219 (-27.72%)
Mutual labels:  orm, database
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-40.26%)
Mutual labels:  orm, database
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+834.65%)
Mutual labels:  orm, database
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+552.81%)
Mutual labels:  orm, database
Old Rustorm
An ORM for rust
Stars: ✭ 168 (-44.55%)
Mutual labels:  orm, database
Sqlhelper
SQL Tools ( Dialect, Pagination, DDL dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java. it is easy to integration into any ORM frameworks
Stars: ✭ 242 (-20.13%)
Mutual labels:  orm, database
Orm
ORM with clean object design, smart relationship loading and powerful collections.
Stars: ✭ 266 (-12.21%)
Mutual labels:  orm, database

ThinkORM

基于PHP7.1+ 和PDO实现的ORM,支持多数据库,2.0版本主要特性包括:

  • 基于PDO和PHP强类型实现
  • 支持原生查询和查询构造器
  • 自动参数绑定和预查询
  • 简洁易用的查询功能
  • 强大灵活的模型用法
  • 支持预载入关联查询和延迟关联查询
  • 支持多数据库及动态切换
  • 支持MongoDb
  • 支持分布式及事务
  • 支持断点重连
  • 支持JSON查询
  • 支持数据库日志
  • 支持PSR-16缓存及PSR-3日志规范

安装

composer require topthink/think-orm

文档

详细参考 ThinkORM开发指南

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].