<title data-rh="true">ORMs & Libs | OP-SQLite Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://op-engineering.github.io/op-sqlite/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://op-engineering.github.io/op-sqlite/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://op-engineering.github.io/op-sqlite/docs/ORM_Libs"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="ORMs & Libs | OP-SQLite Docs"><meta data-rh="true" name="description" content="OP-SQLite is not an ORM. It doesn't keep track of entities or creates SQL queries for you. It's pretty much a raw bindings to the sqlite3 C api. That being said, ORMs are useful (they make the easy things easier while making the hard things impossible) and there are ORMs that use op-sqlite as their main driver"><meta data-rh="true" property="og:description" content="OP-SQLite is not an ORM. It doesn't keep track of entities or creates SQL queries for you. It's pretty much a raw bindings to the sqlite3 C api. That being said, ORMs are useful (they make the easy things easier while making the hard things impossible) and there are ORMs that use op-sqlite as their main driver"><link data-rh="true" rel="icon" href="/op-sqlite/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://op-engineering.github.io/op-sqlite/docs/ORM_Libs"><link data-rh="true" rel="alternate" href="https://op-engineering.github.io/op-sqlite/docs/ORM_Libs" hreflang="en"><link data-rh="true" rel="alternate" href="https://op-engineering.github.io/op-sqlite/docs/ORM_Libs" hreflang="x-default"><link rel="stylesheet" href="/op-sqlite/assets/css/styles.97e14b9a.css">
0 commit comments