Genie Discord forum

I need to create a database that will be accessed by both Julia and Python users. I really liked the ActiveRecord ORM from Ruby on Rails so I'm hoping that there are ORM tools in Julia and Python that can both operate with the same database schema. Is it possible to use SearchLight's ORM to access a database created with SQLAlchemy (or other Python ORM tool)? Is it possible to use SQLAlchemy's ORM (or other Python ORM tool) to access a database created with SearchLight?

I don't know much about SQLAlchemy, but apparently it supports SQLite
https://docs.sqlalchemy.org/en/20/dialects/sqlite.html
SearchLight does too, so you should be able to use both on the same DB