SQL development
What is a SQL IDE?
A SQL IDE is where you write, run, and explore SQL against a connected database. Loop Life NeoSQL is that desktop environment for Windows, Ubuntu, Debian, and Arch.
An editor plus the catalog
A SQL editor is the window where you type statements. A SQL IDE adds the catalog around that window: schemas, objects, results, and a way to compare what two schemas contain. NeoSQL is that desktop IDE. It is not an ETL canvas and it does not generate synthetic tables.
You install it on Windows, Ubuntu, Debian, or Arch. Schema Browser reads the server you connected to. The database stays where it is.
Schema compare
Schema Compare writes the script that would make the target match the schema you are looking at. That script is a starting point you review. It is not an automatic production change.
