The Wayback Machine - https://web.archive.org/web/20200910051207/https://github.com/BOT-Man-JL/ORM-Lite
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ORM Lite

ORM Lite is a C++ Object Relation Mapping (ORM) for SQLite3 (currently ๐Ÿ˜‚), written in Modern C++ style.

Build status - MSVC Build status - gcc/clang

Features

Documentation

Get Started Here ๐Ÿ˜‰

Full Document ๐Ÿ˜Š

Planned Features

  • Support More Databases (Looking for a Better Driver recently...)
  • Customized Primary Key (Hard to Design an Elegant Interface for it...)
  • Blob (Hard to be Serialized to Script...)
  • Date/Time Types (Weak Typed in SQL...)
  • Subquery (Too Complicated... the Interface would be)

Feel free to Issue, if you have any idea. ๐Ÿ˜Ž

Implementation Details ๏ผˆๅฎž็Žฐ็ป†่Š‚๏ผ‰

Posts in Chinese only:

You canโ€™t perform that action at this time.