Our great sponsors
-
Also you can boost inserts if you turn off a disk synchronization by pragma synchronous = off. My app sqlite-gui (only for Windows) does it automatically :D
-
sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
Both of most popular GUI SQLite tools (DB4S and SQLiteStudio) allow to run multiply queries at once: just select all text in editor and run. There is only one nuance: each statement is executed in an implicit transaction. So if you have bunch of insert statements, it can be very slow. To avoid it you should don't forget to run transaction explicitly e.g.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.