Skip to content
#

sqlite3-orm

Here are 5 public repositories matching this topic...

Language: All
Filter by language
sqllex
v1a0
v1a0 commented Nov 19, 2021

Add to docs few linked like this (shadow) examples with inline href right in code. I think it looks cool 🔥

Example

db: SQLite3x = ...

db.select(
            db["users"],
            [self.db["users"]['id'], 'user_id', 'first_name', 'user_status.name'],
            WHERE=self.db["users"]["user_id"] == user_id</a>,
   
docs feature help wanted good first issue

Improve this page

Add a description, image, and links to the sqlite3-orm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlite3-orm topic, visit your repo's landing page and select "manage topics."

Learn more