The browsing-through-relationships features looks very, very, cool. One-click "see related rows" would save me a ton of time every day, as I use TablePlus, where I often find myself manually copying foreign keys as I switch between related tables. Anyone know of any other apps that do this, as this is Windows only?
I'm glad you like it. It is not only available for Windows, but also for macOS/linux and others. (It is a Java application)
Jailer, a unique open-source database tool
21–30 of 30 posts
Re: Jailer, a unique open-source database tool
#22It took them time. I had asked the same problem few months ago [0]. I needed a tool to subset a huge PostgreSQL db. The choices where Condenser [1] and this Jailer. Since I'm not a Java guy, I was struggling to know how to properly run this Jailer. I'm glad they released a .deb format. But I ended up using Condenser. [0]: https://news.ycombinator.com/item?id=35975606 [1]: https://github.com/TonicAI/condenser
Re: Jailer, a unique open-source database tool
#23The browsing-through-relationships features looks very, very, cool. One-click "see related rows" would save me a ton of time every day, as I use TablePlus, where I often find myself manually copying foreign keys as I switch between related tables. Anyone know of any other apps that do this, as this is Windows only?
Thank you to the author(s). Great underated tool that takes a bit of effort to understand.
Re: Jailer, a unique open-source database tool
#24Earlier quoted context omitted.
"Replibyte" is a toy. This thing operates seriously on database dumps - a text file full of "insert" statements (what DBMS often generates like this, but no guarantee)
Do you mean it is a toy because it only works on database dumps or..? I can imagine that querying, filtering and traversing relations will be harder with only a textual dump.
You have a DBMS available, but all you ask from it is a dump of all data in a format that can only be used as an archive or transfer format. And yet you think you can process this data reasonably?
Re: Jailer, a unique open-source database tool
#25Any support for remote server connections via SSH? My RDBMS instance is not exposed publicly, and is only accessible over SSH.
Re: Jailer, a unique open-source database tool
#26Earlier quoted context omitted.
Do you mean it is a toy because it only works on database dumps or..? I can imagine that querying, filtering and traversing relations will be harder with only a textual dump.
It operates on database dumps. That alone is absurd. Database dumps are not public interfaces. And they are really not suitable for mass data processing. You have a DBMS available, but all you ask from it is a dump of all data in a format that can only be used as an archive or transfer format. And yet you think you can process this data reasonably?
I guess your "you" is not directed at me, as I basically wondered the same.
Replibyte seems like to use a highly unpractical way as I explained, but I meant to ask wether you only found the implementation to be bad, or that you also found it lacking in other terms.
Re: Jailer, a unique open-source database tool
#27The browsing-through-relationships features looks very, very, cool. One-click "see related rows" would save me a ton of time every day, as I use TablePlus, where I often find myself manually copying foreign keys as I switch between related tables. Anyone know of any other apps that do this, as this is Windows only?
I'm glad you like it. It is not only available for Windows, but also for macOS/linux and others. (It is a Java application)
Re: Jailer, a unique open-source database tool
#28The resulting configuration is in plain text which makes it very easy to commit to source control and even batch edit.
Extracting data can be done on the command line without running the UI and is thus well suited for pipelines.
We had a few questions and the author was very friendly and helped us understand how to solve our issues.
Big +1 from me.
Re: Jailer, a unique open-source database tool
#29Any support for remote server connections via SSH? My RDBMS instance is not exposed publicly, and is only accessible over SSH.
Re: Jailer, a unique open-source database tool
#30For those wondering: Seems to be coded in Java and supports a decent number of SQL databases: PostgreSQL Oracle MySQL MariaDB Mirosoft SQL Server IBM Db2 SQLite Sybase Amazon Redshift Firebird Informix Dynamic Server H2 Exasol My only "negative feedback" since I dont have time to test it out so far is the name of the tool. Jailer does not imply database management to me. When I think of jailer I think of containers,…
* Postgresql
* MySQL
* Oracle
And maybe more