Contents Menu Expand Light mode Dark mode Auto light/dark mode
Maestral 1.7.3 documentation
Logo
Maestral 1.7.3 documentation

Background

  • Sync Logic
  • Logging
  • Config files
  • State files
  • Contributing

Reference

  • maestral.autostart
  • maestral.cli
    • maestral.cli.cli_core
    • maestral.cli.cli_info
    • maestral.cli.cli_main
    • maestral.cli.cli_maintenance
    • maestral.cli.cli_settings
    • maestral.cli.common
    • maestral.cli.core
    • maestral.cli.dialogs
    • maestral.cli.output
    • maestral.cli.utils
  • maestral.client
  • maestral.config
    • maestral.config.main
    • maestral.config.user
  • maestral.constants
  • maestral.daemon
  • maestral.database
    • maestral.database.core
    • maestral.database.orm
    • maestral.database.query
    • maestral.database.types
  • maestral.errorhandling
  • maestral.exceptions
  • maestral.fsevents
    • maestral.fsevents.polling
  • maestral.logging
  • maestral.main
  • maestral.manager
  • maestral.models
  • maestral.notify
  • maestral.keyring
  • maestral.sync
  • maestral.utils
    • maestral.utils.appdirs
    • maestral.utils.caches
    • maestral.utils.hashing
    • maestral.utils.integration
    • maestral.utils.path
  v: latest
Versions
latest
stable
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.3
v1.5.2
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

maestral.database#

This module provides a light-weight ORM to map between Python objects and an SQLite database. It is currently limited in functionality by what Maestral requires.

Submodules#

  • maestral.database.core
  • maestral.database.orm
  • maestral.database.query
  • maestral.database.types
Next
maestral.database.core
Previous
maestral.daemon
Copyright © 2023, Sam Schott
Made with Sphinx and @pradyunsg's Furo
On this page
  • maestral.database
    • Submodules