Search code examples
phppythonmysqlormredbean

Is there a RedBeanPHP equivalent for Python?


When I say 'equivalent', I mean an ORM that allows for the same work-style. That is;

  • Setting up a database
  • Dispensing and editing 'beans' (table rows) as if the table was already ready, while the table is being created behind the scenes
  • Reviewing, indexing and polishing the table structure before production

Thanks for any leads


Solution

  • Short answer, there is a proof-of-concept called PyBean as answered by Gabor de Mooij, but it barely offers any features and cannot be used. There are no other Python libraries that work like PyBean.