Libraries tagged by database field
urameshibr/pg-interval-support
55 Downloads
Support for interval field type in PostgreSQL databases.
santoshachari/generators
59 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
gibasbr/modelgenerator
3 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
dinh0012/generators
30 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
thefrozenfire/dataobjectcruft
31 Downloads
A tool for finding and removing tables, fields and indexes which are no longer needed in a SilverStripe database
taitava/silverstripe-changeablelasteditedvalue
23 Downloads
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.
mwazovzky/adjustable
529 Downloads
Laravel package tracks adjustment made to Eloquent Models. Before and after update field values as well as a User are saved for every database transaction.
machavia/sqlzero
2 Downloads
SQLite style database in a Json readable file, with typed fields, auto-increments, uniques, etc.
behzaddev/searchable
0 Downloads
Search Package OverviewThe Search package is a powerful tool designed to facilitate efficient and effective search operations within various datasets or databases. It provides a set of functions and classes that enable users to perform complex search queries, filter results, and retrieve relevant data with ease. The package is highly customizable, allowing users to define their own search criteria, implement sorting mechanisms, and handle large volumes of data seamlessly.Key Features: Customizable Search Queries: Users can create tailored search queries using various operators and conditions, making it possible to perform both simple and advanced searches. Sorting and Filtering: The package includes built-in methods to sort and filter search results, enabling users to organize data based on specific parameters such as date, relevance, or custom fields. Scalability: Designed to handle large datasets, the Search package is optimized for performance, ensuring quick response times even with millions of records. Integration: The package is compatible with a variety of databases and data sources, making it a versatile solution for different types of projects. User-Friendly Interface: It offers a straightforward API that is easy to use, even for those who are not experts in programming. This allows a broader audience to leverage the power of advanced search capabilities.Use Cases: Data Analysis: Quickly find and retrieve specific information from large datasets for analysis. Content Management Systems: Implement efficient search functionality in content-heavy websites or applications. E-commerce: Enhance product search features in online stores, improving the user experience by providing relevant results swiftly. Knowledge Bases: Help users find relevant articles or documentation based on keyword searches.Overall, the Search package is an essential tool for anyone needing to implement or enhance search functionality in their applications, providing both power and flexibility in managing and retrieving data.
aegued/laravel-translations
59 Downloads
Create translations of the fields of a Model and save them in the database
mikewazovzky/adjustable
241 Downloads
Laravel package tracks adjustment made to Eloquent Models. Before and after update field values as well as a User are saved for every database transaction.
marketo/silverstripe-textfieldtrimmer
3238 Downloads
Add this SilverStripe extension to any DataObject to automatically trim() every text (ie, HTMLText, Text, VarChar) field before data is saved to the database.
sokil/php-isocodes-db-i18n
412217 Downloads
Database and internationalisation filed for ISO country, subdivision, language, currency and script definitions and their translations. Based on pythons pycountry and Debian's iso-codes.
sapistudio/filedatabase
2511 Downloads
Fork after https://github.com/Greg0/Lazer-Database
mohsentm/laravel-db-enum
3088 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values