models.py 119 B

12345
  1. from pathlib import Path
  2. def get_connection_string():
  3. return f"sqlite:///{Path().home()}/.peers_identity/main.db"