Bläddra i källkod

linking example on website and chose better name

Rodja Trappe 2 år sedan
förälder
incheckning
b8e6b4daea
3 ändrade filer med 1 tillägg och 0 borttagningar
  1. 0 0
      examples/sqlite_database/.gitignore
  2. 0 0
      examples/sqlite_database/main.py
  3. 1 0
      main.py

+ 0 - 0
examples/sqlite/.gitignore → examples/sqlite_database/.gitignore


+ 0 - 0
examples/sqlite/main.py → examples/sqlite_database/main.py


+ 1 - 0
main.py

@@ -270,6 +270,7 @@ async def index_page(client: Client):
             example_link('Table and slots', 'shows how to use component slots in a table')
             example_link('Single Page App', 'navigate without reloading the page')
             example_link('Chat App', 'a simple chat app')
+            example_link('SQLite Database', 'CRUD operations on a SQLite database')
 
     with ui.row().classes('bg-primary w-full min-h-screen mt-16'):
         link_target('why')