platypush/platypush/plugins/entities
Fabio Manganiello 86edd70d93
Fixed session/concurrency management on the main SQLite db
- The `declarative_base` instance should be shared
- Database `session_locks` should be stored at module, not instance
  level
- Better isolation of scoped sessions
- Enclapsulated `get_session` method in `UserManager`
2022-11-12 15:36:17 +01:00
..
__init__.py Fixed session/concurrency management on the main SQLite db 2022-11-12 15:36:17 +01:00
manifest.yaml Added entities plugin to query/action entities 2022-04-07 00:22:54 +02:00