-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5,292 changed files
with
1,117,164 additions
and
142 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Environment variables declared in this file are automatically made available to Prisma. | ||
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema | ||
|
||
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. | ||
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings | ||
|
||
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,108 +1,108 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### Python template | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
MANIFEST | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.manifest | ||
*.spec | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
*.log | ||
local_settings.py | ||
db.sqlite3 | ||
|
||
# Flask stuff: | ||
instance/ | ||
.webassets-cache | ||
|
||
# Scrapy stuff: | ||
.scrapy | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
|
||
# PyBuilder | ||
target/ | ||
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
|
||
# pyenv | ||
.python-version | ||
|
||
# celery beat schedule file | ||
celerybeat-schedule | ||
|
||
# SageMath parsed files | ||
*.sage.py | ||
|
||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
.spyproject | ||
|
||
# Rope project settings | ||
.ropeproject | ||
|
||
# mkdocs documentation | ||
/site | ||
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
.idea/* | ||
# # Created by .ignore support plugin (hsz.mobi) | ||
# ### Python template | ||
# # Byte-compiled / optimized / DLL files | ||
# __pycache__/ | ||
# *.py[cod] | ||
# *$py.class | ||
|
||
# # C extensions | ||
# *.so | ||
|
||
# # Distribution / packaging | ||
# .Python | ||
# build/ | ||
# develop-eggs/ | ||
# dist/ | ||
# downloads/ | ||
# eggs/ | ||
# .eggs/ | ||
# lib/ | ||
# lib64/ | ||
# parts/ | ||
# sdist/ | ||
# var/ | ||
# wheels/ | ||
# *.egg-info/ | ||
# .installed.cfg | ||
# *.egg | ||
# MANIFEST | ||
|
||
# # PyInstaller | ||
# # Usually these files are written by a python script from a template | ||
# # before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
# *.manifest | ||
# *.spec | ||
|
||
# # Installer logs | ||
# pip-log.txt | ||
# pip-delete-this-directory.txt | ||
|
||
# # Unit test / coverage reports | ||
# htmlcov/ | ||
# .tox/ | ||
# .coverage | ||
# .coverage.* | ||
# .cache | ||
# nosetests.xml | ||
# coverage.xml | ||
# *.cover | ||
# .hypothesis/ | ||
# .pytest_cache/ | ||
|
||
# # Translations | ||
# *.mo | ||
# *.pot | ||
|
||
# # Django stuff: | ||
# *.log | ||
# local_settings.py | ||
# db.sqlite3 | ||
|
||
# # Flask stuff: | ||
# instance/ | ||
# .webassets-cache | ||
|
||
# # Scrapy stuff: | ||
# .scrapy | ||
|
||
# # Sphinx documentation | ||
# docs/_build/ | ||
|
||
# # PyBuilder | ||
# target/ | ||
|
||
# # Jupyter Notebook | ||
# .ipynb_checkpoints | ||
|
||
# # pyenv | ||
# .python-version | ||
|
||
# # celery beat schedule file | ||
# celerybeat-schedule | ||
|
||
# # SageMath parsed files | ||
# *.sage.py | ||
|
||
# # Environments | ||
# .env | ||
# .venv | ||
# env/ | ||
# venv/ | ||
# ENV/ | ||
# env.bak/ | ||
# venv.bak/ | ||
|
||
# # Spyder project settings | ||
# .spyderproject | ||
# .spyproject | ||
|
||
# # Rope project settings | ||
# .ropeproject | ||
|
||
# # mkdocs documentation | ||
# /site | ||
|
||
# # mypy | ||
# .mypy_cache/ | ||
|
||
# .idea/* |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/home/zobaidul/Documents/codes/api/apps/bin/python3 | ||
# -*- coding: utf-8 -*- | ||
import re | ||
import sys | ||
from prisma.cli import main | ||
if __name__ == '__main__': | ||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | ||
sys.exit(main()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/home/zobaidul/Documents/codes/api/apps/bin/python3 | ||
# -*- coding: utf-8 -*- | ||
import re | ||
import sys | ||
from prisma.cli import main | ||
if __name__ == '__main__': | ||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | ||
sys.exit(main()) |
Oops, something went wrong.