SQLite Expert Professional 5.4.2.501 64bit
SQLite Expert Professional 5.4.2.501
Platform
Windows 2000/XP/2003/Vista/7/8/10
Several processes or threads can simultaneously read data from one database without any problems. Writing to the database can be done only if no other requests are currently being serviced, otherwise the write attempt fails and an error code is returned to the program (another scenario is to automatically repeat write attempts within a specified time interval) .
Features and Benefits
- Edit tables and views visually, without writing a line of SQL. Easily restructure fields, indexes, constraints, triggers without losing data already existing in the tables.
- Build SQL scripts and generate views visually using the integrated Query Builder.
- Create SQLite3 databases, view and change database parameters, check database integrity and vacuum (compact) databases.
- Easily transfer data between SQLite databases, import data from SQL scripts or ADO data sources, or export to SQL scripts.
- Display and edit data in the grid, including BLOB and image fields. Currently supports BMP, JPG and PNG image formats. BLOB fields can be edited with the integrated hex editor.
- Execute SQL queries and display results in the grid or as text.
- Manage SQLite3 databases: create database, view/change parameters.
- Repair damaged databases
- Database DDL compare tool.
- Online backup of databases.
- Check integrity, reindex all tables, transaction support.
- Supports attached databases and SQLite extensions.
- Manage tables: create, delete, rename, reindex.
- Restructure tables: fields, indexes, foreign keys, unique and check constraints, triggers.
- Manage views: create, delete, rename, restructure. Manage view triggers.
- Supports temporary tables and views.
- Supports virtual tables including RTREE, FTS3 and FTS4.
- Includes ICU extension.
- Advanced SQL editor with code completion and syntax highlighting.
- Multiple SQL tabs.
- Advanced data editing capabilities in the grid: image, BLOB and text editors.
- Custom and predefined data types.
- Copy/Paste records and tables between databases via clipboard.
- Full Unicode support.
- Customize the look and feel of the application using skins.
- Visual SQL Query Builder.
- Copy tables between databases using drag and drop.
- Supports encrypted databases, if a SQLite library with encryption support is provided.
- Supports SQLite auto extensions.
- Export data to Excel, XML, HTML, CSV, TSV, ADO data sources, SQL script, SQLite database.
- Import data from ADO data source, SQL script, SQLite, CSV, TSV.
- Send the contents of any grid to printer or export it to a PDF file.
- Generate SELECT, INSERT, UPDATE and DELETE statements based on the visible fields on the current table.
- Lua and Pascal scripting support.
SQLite Expert is an embedded database engine. In 2005, the project was awarded the Google-O'Reilly Open Source Awards. The word "embeddable" means that SQLite does not use the client-server paradigm, that is, the SQLite engine is not a separate working process with which the program interacts, but provides a library with which the program links and the engine becomes an integral part of the program. Thus, the function calls (API) of the SQLite library are used as the exchange protocol. This approach reduces overhead, response time, and simplifies the program. SQLite stores the entire database (including definitions, tables, indexes, and data) in a single standard file on the computer where the program is running. Ease of implementation is achieved due to the fact that before the start of the transaction execution, the entire file storing the database is locked.
SQLite Expert is a powerful visual tool that enables you to easily administer your SQLite3 databases and gain significantly better visibility into how your databases are operating. SQLite Expert integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
DONASI VIA PAYPAL
Bantu berikan donasi jika artikelnya dirasa bermanfaat. Donasi akan digunakan untuk memperpanjang domain https://struckkturkode.blogspot.com/. Terima kasih.
Newer Posts
Newer Posts
Older Posts
Older Posts
Comments