-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting ready for V3 #339
Comments
I think it would be good to add Postgres 12 support (#304) to the V3 milestone, seeing as most people will want to use up-to-date database software. So far, I haven't had issues using Postgres 12, however I've only been doing basic tasks so far (mostly from your examples). Maybe we could define a series of tests to run that ensure it works? |
@FOSSforlife early versions of PG12 failed because TypeORM was not compatible. If it’s compatible now, I can bump the version and everything should work. I should be able to do this in V2 since it wouldn’t be a breaking change. |
I'm in the process of getting ready for 3.0. I've been working on it for a while in the beta branch. So far, I've added:
I'm planning on doing most of the items in the V3 milestone for the release. Is there anything else that you have noticed is missing that you've had to do yourself in your projects that wished was in Warthog itself? @FOSSforlife / @diegonc / @metmirr / @bdombro / @domvernon / @nwmartin / @ikoenigsknecht / @tkvw / @popovserhii / @dzhelezov / @RileyMShea / @mknapik / @GrayStrider / @davidsielert / @bedeho / @IniZio / @7KAG7 |
Hi, congrats on getting close to V3! Here are a few nice-to-haves that we had to work around ourselves while using warthog.
|
@dzhelezov thanks for the feedback! Will take all of this into consideration. For the BigInt support, have you seen this example in the examples folder? It's not a first-class @bigint decorator, but simple enough. |
Created tickets for your items:
Also: |
I should double-check but I think smth like
didn't work due to
We ended up doing this:
with some custom For the context: we sometimes have very large numbers (account balances) which may not even fit into 64 bits. |
I'm also curious if there are plans to support cross-relation filters as described by OpenCRUD https://www.opencrud.org/#sec-Cross-relation-filters ? We rolled our own quick-and-dirty implementation but it's not very scalable atm. |
I've created a milestone for V3 here: https://github.com/goldcaddy77/warthog/milestone/1
I'd love to talk to folks that have used Warthog in Production to see what worked well for them and what they had to hack around. If you're interested in chatting, shoot me an email at [my github username] at gmail and we can set something up.
Working on documentation for the README here
Also, feel free to brainstorm ideas for V3 below.
The text was updated successfully, but these errors were encountered: