19 projects tagged "Russian"
DBeaver is a universal database manager and SQL Client. It supports MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, SQLite, Derby, and any database that has a JDBC driver. It is a GUI program that allows you to view the structure of a database, execute SQL queries and scripts, browse and export table data, handle BLOB/CLOB values, modify database meta objects, etc. It has a native UI (provided by the Eclipse SWT library), great performance, and relatively low memory consumption.
recipes is an easy-to-use program for storing recipes. Each recipe can contain an unlimited number of pictures. You can search for recipes with key words and the available products. It can display the list of required products for a set of recipes. Recipes can be imported and exported between other programs with files in the "rcp" format.
XBSDB allows you to operate with data arrays in your JavaScript code like with SQL data. You can insert, delete, update, and select records, and you can use indexes to make the selection faster. JSON-based methods allow you to prepare data on one side (browser or Web server) and to load them on the other (Web server or browser). Using XBSDB allows you to move some database operations from the Web server to the client machine and to reduce number of Web server requests. XBSDB consists of two parts, one for the browser and one for the Web server. The browser part is the core; the Web server part just prepares data for exchange. The browser part is JavaScript code, and the Web server part is presented in two equivalent variants in Perl and PHP.
finic helps users manage their finances. It can be used on a local network (as a client-server system for many users) or on local computer (client only for one user), with separation of accounts, clauses, and customers. It can encrypt information and manage different users with different access rights. Reports can be generated as HTML, PDF, or XLS files or through an internal print preview system. An API is available for creating extensions.
EPESI is a Web application for managing business information. It allows you to store, organize, process, link, and share records between people within a single company or organization. Standard features include a shared calendar, tasks, and address book, an integrated Roundcube e-mail client, an advanced permission system, easy form filling (Click2Fill), record change tracking (Watchdog), and full record history. Its modular design can be easily customized and modified to match your processes and workflow. The EPESI framework allows rapid development of custom modules and extension of the functionality of the basic CRM package into full ERP applications.
SQL Power Architect is a data modeling tool with additional features geared specifically for data warehouse and data mart design. It allows the designer to open multiple concurrent source database connections, create and explore profiles of the source data, discover differences between two schemas (even if they're on different database platforms), drag and drop source schemas, tables, and columns into the data modeling playpen, and forward engineer the resultant target database and its associated ETL template.
DbSimple is a database abstraction library which provides an extremely laconic and handy interface for practical usage in PHP 4/5 scripts. Its usage is much easier than most of other popular abstraction libraries (like ADODB, PEAR DB, and PDO). "Query execution" and "result fetching" operations are joined thogether and complemented by powerful placeholder support (including list-based placeholders) and various fetching modes. The library supports a unique and very convenient method to build dynamic SQL queries (conditional macro-blocks).
MyJSQLView provides an easy-to-use Java based GUI frontend for viewing, adding, editing, or deleting data in the HSQL, MSAccess, MySQL, Oracle, PostgreSQL, and SQLite databases. A query tool allows the building of complex SQL statements. The application allows easy sorting, searching, and import/export of table data. A plug-in framework allows inclusion of tools to profile and plot data for analysis.