--
SQLAlchemy -
The Python SQL Toolkit and Object Relational Mapper
http://www.sqlalchemy.org/
To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description.
---
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/6bea9449-3c19-491f-ace7-c17a8440a03an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/203ea204-b6a2-4a04-84b4-d37eb509aaebn%40googlegroups.com.
(venv) val@Vals-MacBook-Pro-16 ApiLogicServer % ApiLogicServer examples
Welcome to API Logic Server 5.02.22
Creates and optionally runs a customizable ApiLogicServer project
Examples:
ApiLogicServer create-and-run
ApiLogicServer create-and-run --db_url=sqlite:///nw.sqlite
ApiLogicServer create-and-run --db_url=mysql+pymysql://root:p@mysql-container:3306/classicmodels --project_name=/localhost/docker_db_project
ApiLogicServer create-and-run --db_url=mssql+pyodbc://sa:posey386!@localhost:1433/NORTHWND?driver=ODBC+Driver+17+for+SQL+Server&trusted_connection=no
ApiLogicServer create-and-run --db_url=postgresql://postgres:p...@10.0.0.234/postgres
ApiLogicServer create --project_name=my_schema --db_url=postgresql://postgres:p@localhost/my_schema
ApiLogicServer create --db_url=postgresql+psycopg2://postgres:password@localhost:5432/postgres?options=-csearch_path%3Dmy_db_schema
ApiLogicServer create --project_name=Chinook \
--host=ApiLogicServer.pythonanywhere.com --port= \
--db_url=mysql+pymysql://ApiLogicServer:***@ApiLogicServer.mysql.pythonanywhere-services.com/ApiLogicServer\$Chinook
Where --db_url defaults to supplied sample, or, specify URI for your own database:
SQLAlchemy Database URI help: https://docs.sqlalchemy.org/en/14/core/engines.html
Other URI examples: https://github.com/valhuber/ApiLogicServer/wiki/Testing
Install Guide: https://github.com/valhuber/ApiLogicServer/wiki/Quick-Start#install-guide
Docs: https://github.com/valhuber/ApiLogicServer#readme
(venv) val@Vals-MacBook-Pro-16 ApiLogicServer %
To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/CABtaONT50AL6-Xw1gO6wTmpXxPpZ_jYqVX0j5OGjFL5eo_8ZdQ%40mail.gmail.com.