You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the past couple of days, without knowing it, I started embarking on writing something very similar to some of sandman's model-to-RESTful-API functionality, but for Pony ORM, which I prefer over SQLAlchemy. sandman's docs came up while searching for tangentially-related things, and I figured I'd pose the question of whether there's any interest in this project supporting other ORMs.
I'm going to keep developing my thing, as it meets my needs so far, but depending on how tightly-coupled sandman is with the internals of SQLAlchemy, I thought it might be worth considering supporting another ORM in this project instead of creating another one that duplicates at least some of the functionality.
So, yay or nay?
The text was updated successfully, but these errors were encountered:
Over the past couple of days, without knowing it, I started embarking on writing something very similar to some of sandman's model-to-RESTful-API functionality, but for Pony ORM, which I prefer over SQLAlchemy. sandman's docs came up while searching for tangentially-related things, and I figured I'd pose the question of whether there's any interest in this project supporting other ORMs.
I'm going to keep developing my thing, as it meets my needs so far, but depending on how tightly-coupled sandman is with the internals of SQLAlchemy, I thought it might be worth considering supporting another ORM in this project instead of creating another one that duplicates at least some of the functionality.
So, yay or nay?
The text was updated successfully, but these errors were encountered: