PullRequest combines automation with a network of on-demand reviewers from companies like Google, Dropbox, and Amazon. With thousands of expert reviewers, we can review projects of any size or technical area. Integrated directly into GitHub, Bitbucket, and Gitlab.
No PullRequest.com videos yet. You could help us improve this page by suggesting one.
Based on our record, Liquibase should be more popular than PullRequest.com. It has been mentiond 5 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
As far as keeping track of domain changes you can store DDL files in version control like you mention or use tools like Flyway (https://flywaydb.org) or Liquidbase (https://liquibase.org) which takes care of database migrations. Source: about 3 years ago
I just use SQL directly (or something like JOOQ). For database migrations I use Liquibase. Source: about 3 years ago
Regarding the migrations, there are tools such as https://liquibase.org/ or FlyAway that handle this. Heck, you can even use an ORM that has a migration baked-in but that defeats the purpose of having the migrations in a separate project. Source: about 3 years ago
I've trialled schemachange and liquibase which are change script based tools. I've ruled out a whole load of other tools that are either change script based tools or don't support Snowflake, including the following:. Source: over 3 years ago
Nowadays I prefer to automate database updates and deployment, using Liquibase and its relational database vendor agnostic syntax for that. Especially on production systems. But on local dev environments, I can still use the occasional SQL in a pinch. Source: over 3 years ago
I am a tech guy. Have 15+ years experience building backend systems. Now, I build user facing websites/services and release them. I have no knowledge of marketing/sales, so if you are a non tech guy who wants to do some fun projects, hit me up. Email in profile. Currently, I am working on a website where people can post their code and ask for feedback. (Something http://pullrequest.com/) Note that these are mostly... - Source: Hacker News / about 2 years ago
Reviewing the code will be another hurdle for you. If you don't stay on top of this you will end up with an expensive POS. Maybe your friend can just do the code reviews for a cut? Otherwise, try something like pullrequest.com (code review as a service). Source: almost 4 years ago
Flyway - Flyway is a database migration tool.
codebeat - Automated code review for Swift
Slick - A jquery plugin for creating slideshows and carousels into your webpage.
Refactor.io - Share your code instantly for refactoring and code review
Sqitch - Sqitch is a standalone database change management application without opinions about your database engine, development environment, or application framework.
Codacy - Automatically reviews code style, security, duplication, complexity, and coverage on every change while tracking code quality throughout your sprints.