Python Forum
SQLAlchemy - Program Name in SQL Workbench
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SQLAlchemy - Program Name in SQL Workbench
#5
You can use the database itself, by creating a user table and requiring user login for access to the database, Same as you would do for a web application. There's a complete procedure on how to do this in Miguel Grinberg's flask tutorial, which with a few changes can be adapted for both web access and non-web access.

Specifically chapters 4 and chapter 5. Would something like liks be sufficient?

SqlAlchemy suggests such a system here as well (I haven't read this entirely, but enough to see that it involves a user table as well).
Reply


Messages In This Thread
RE: SQLAlchemy - Program Name in SQL Workbench - by Larz60+ - Feb-02-2020, 02:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Using SQLAlchemy, prevent SQLite3 table update by multiple program instances Calab 3 876 Aug-09-2023, 05:51 PM
Last Post: Calab
  Mysql Workbench table not updated CatBall 2 1,213 Feb-13-2023, 05:37 PM
Last Post: CatBall
  mysql Workbench export script - how to skip version check.. AndreVerwijs 1 3,776 Jul-17-2017, 09:25 AM
Last Post: AndreVerwijs

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020