14 projects tagged "Filesystems"
The Easysoft ODBC-Sybase Driver provides ODBC 3.5 access to Sybase databases for ODBC enabled applications running on Linux and major Unix platforms. It can be used to access Sybase Adaptive Server Enterprise 12.5 and the forthcoming Sybase ASE 12.5.1. The driver is compatible with unixODBC, the Open Source Driver Manager, which is included in the standard product distribution.
SQLiteManager is a multilingual Web-based tool to manage SQLite databases. It features multiple database management, creation, and connectivity, property and options management, table, data, and index manipulation, the ability to import data from a file, conversion from MySQL queries, view, trigger, and custom function management, and exporting of database structure and data.
@1 File Upload and Download Manager is a searchable flat text database manager for managing file uploading and downloading. It lets you define your own allowable file extensions and use your own icons. The default pre-defined extensions are pdf, zip, jpg, gif, png, doc, xls, mdb, ppt, txt, rm, mov, and wmv. File sizes and record dates are displayed in search results. The database can be categorized. The maximum file size allowed can be specified.
PicoStorage, a lightweight "filesystem in a file" (structured storage) library, features efficient and compact storage of both tiny and large files and directories, compression, and transactions. It is highly scalable (and can handle directories with millions of entries), simple, and very easy to use.
Libsqlfs is a library used in conjunction with SQLite that allows applications to put an entire read/write file system into a relational database as a single file in the host filesystem. Such a filesystem-in-a-file can easily be moved around, backed up, or restored as a single file. The filesystem can also be accessed as individual files through FUSE (File System in User Space). This provides great flexibility and convenience. File system accesses can be batched into atomic transactions (either all the updates are done, or none of them are). Libsqlfs was created as part of the "ACCESS Linux Platform", and it will be useful in many other applications.
Lobotomy involves many sub-projects oriented to experimentation about new design for human-computer interaction and, more generally, a new way for home computing. It involves a relational filesystem, a window manager, and many libraries, tools, and daemons to automatically extract and handle metadata.
loggerfs is a FUSE-based virtual file system that automatically parses log files and sends that information to a MySQL or PostgreSQL database. Existing log parsers usually run periodically and scan the entire file for changes. loggerfs takes a different approach by providing a virtual file system. Whenever data is appended to a virtual file by the logging daemon, the information is directly stored in the database. There is no need to poll the file and monitor for changes.