We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7313ddc commit 43defa7Copy full SHA for 43defa7
CITATION.cff
@@ -0,0 +1,24 @@
1
+# This CITATION.cff file was generated with cffinit.
2
+# Visit https://bit.ly/cffinit to generate yours today!
3
+
4
+cff-version: 1.2.0
5
+title: fastapi-postgres
6
+message: >-
7
+ If you use this software, please cite it using the
8
+ metadata from this file.
9
+type: software
10
+authors:
11
+ - given-names: Darix
12
+ family-names: SAMANI SIEWE
13
+ email: samanidarix@gmail.com
14
+ orcid: 'https://orcid.org/0009-0001-0794-7120'
15
+repository-code: 'https://github.com/darixsamani/fastapi-postgres'
16
+abstract: >-
17
+ Template for building FastAPI Asynchronous applications
18
+ with PostgreSQL(SQLModel)
19
+keywords:
20
+ - fastapi
21
+ - sqlmodel
22
+ - postgres
23
+ - asynchronous
24
+license: MIT
0 commit comments