Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FASTAPI-views
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nayan Sanjeeva Byakod
FASTAPI-views
Commits
5c8ed37c
Commit
5c8ed37c
authored
Jan 23, 2024
by
nayan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
database
parent
604f3cad
Pipeline
#5409
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
database.py
src/database.py
+2
-0
No files found.
src/database.py
View file @
5c8ed37c
...
@@ -5,6 +5,8 @@ from sqlalchemy.orm import sessionmaker
...
@@ -5,6 +5,8 @@ from sqlalchemy.orm import sessionmaker
# DATABASE_URL = "mssql+pyodbc://:Nayan2000#!!@localhost,14330\SQLEXPRESS02,14330/pizza_delivery?driver=ODBC+Driver+17+for+SQL+Server"
# DATABASE_URL = "mssql+pyodbc://:Nayan2000#!!@localhost,14330\SQLEXPRESS02,14330/pizza_delivery?driver=ODBC+Driver+17+for+SQL+Server"
server
=
'icubesqlserver.database.windows.net'
server
=
'icubesqlserver.database.windows.net'
database
=
'aact_db'
database
=
'aact_db'
username
=
'icubesqlserver'
username
=
'icubesqlserver'
password
=
'Icube
%40345678
'
password
=
'Icube
%40345678
'
driver
=
'ODBC+Driver+17+for+SQL+Server'
# Adjust the driver based on your setup
driver
=
'ODBC+Driver+17+for+SQL+Server'
# Adjust the driver based on your setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment