Skip to content

Commit

Permalink
docs: add python-postgres, python-sqlite vids
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 14, 2024
1 parent c4d7936 commit adc4948
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/pages/paas/python/how-tos/connect-to-db/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ import Head from "next/head";
# اتصال به دیتابیس PostgreSQL در برنامه‌های Python
<hr className="mb-2" />

<div className="h-2" />
<video
src="https://files.liara.ir/liara/python/python-postgres.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>
<div className="h-2" />
برای اتصال به دیتابیس PostgreSQL در برنامه‌های Python، در ابتدا باید ماژول مربوط به آن‌را با اجرای دستور زیر، نصب کنید:

<div className="h-2" />
Expand Down
9 changes: 9 additions & 0 deletions src/pages/paas/python/how-tos/connect-to-db/sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ import Head from "next/head";
# اتصال به دیتابیس SQLite در برنامه‌های Python
<hr className="mb-2" />

<div className="h-2" />
<video
src="https://files.liara.ir/liara/python/python-sqlite.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>
<div className="h-2" />

برای اتصال به دیتابیس SQLite در برنامه‌های Python،
تنها کافیست تا
طبق مستندات <a href="/paas/disks/create" className="text-[#2196f3] ">ساخت دیسک</a>، یک دیسک برای ذخیره دیتابیس خود بسازید؛ در ادامه، می‌توانید طبق مستندات <a href="/paas/disks/route" className="text-[#2196f3] ">تعریف مسیر برای دیسک</a>، دیسک‌ خود را به دایرکتوری دیتابیس، مشابه قطعه کد زیر در فایل <Important>liara.josn</Important> یا در استقرار با کنسول، متصل کنید:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/python/how-tos/deploy-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tzdata==2024.1
<Highlight className="json">
{`{
"app": "my-python-app",
"platform": "python"
"platform": "python",
"port": 8000
}`}
</Highlight>
Expand Down

0 comments on commit adc4948

Please sign in to comment.