Download the PHP package stechbd/sde without Composer
On this page you can find all versions of the php package stechbd/sde. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sde
S Database Explorer (SDE)
S Database Explorer (SDE) is a simple and lightweight MySQL database explorer library based on PHP and PDO. It is a free and open-source database management library that helps you to manage your MySQL database.
Table of Contents
- Requirements
- Features
- Change log
- Installation
- Usage
- License
- Security
- Future Plan
- Author
- Contributors
- About S Technologies
- Support
- Hire Us
- Contribute
- Privacy Policy
- Terms & Conditions
- Copyright
Requirements
- PHP >= 7.4
- PDO PHP Extension
- JSON PHP Extension
Features
- [x] Create table
- [x] Insert record
- [x] Update record
- [x] Delete record
- [x] Select record
- [x] Select all records
- [x] Select records with where clause
- [x] Select records with where clause and limit
- [x] Select records with where clause, limit and offset
- [x] Select records with where clause, limit, offset and order by
- [x] Run custom query
Change log
Version 3.0.1 (August 15, 2023)
- Fixed bugs.
Version 3.0.0 (July 16, 2023)
- Added support for PHP 7.4 or higher.
- Replaced MySQLi with PDO.
- Renamed 'custom query' method to
run()
. - Renamed 'last insert item' method to
last()
. - Renamed 'number of rows count' method to
count()
. - Added 'JSON output' method.
- Added 'sum' method.
- Added
CHANGELOG.md
file. - Added
composer
support.
Version 2.0.0 (December 7, 2017)
- Removed MySQL support and kept only MySQLi support.
Version 1.0.0 (August 14, 2015)
- Initial release.
Please see CHANGELOG for more information on what has changed recently.
Installation
S Database Explorer (SDE) can be used directly using downloaded package or can be installed using composer:
Usage
Autoload the library
Connecting to a database
Inserting a record
Updating a record
Deleting a record
Selecting records
Selecting all column
Selecting specific columns
Selecting records with where clause
Selecting records with where and limit clause
Selecting records with where, limit, and order by clause
Selecting records with where, limit, order by, and offset clause
Running custom query
Getting JSON output
Getting last insert item
Getting number of rows
Getting sum of a column
License
S Database Engine (SDE) is open-sourced software licensed under the GPLv3 license.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Future Plan
- [ ] Create database
- [ ] Drop database
- [ ] Create table
- [ ] Alter table
- [ ] Drop table
- [ ] Truncate table
- [ ] Rename table
- [ ] Add column
- [ ] Rename column
- [ ] Drop column
- [ ] Add index
- [ ] Drop index
- [ ] Add foreign key
- [ ] Drop foreign key
- [ ] Add unique key
- [ ] Drop unique key
- [ ] Add primary key
- [ ] Drop primary key
- [ ] Add auto increment
- [ ] Drop auto increment
Author
Contributors
None yet.
About S Technologies
S Technologies (STechBD.Net) is a research-based technology company in Bangladesh. It was founded in 2013. It provides services like domain registration, web hosting, web servers, software development, AI model development, software as a service (SasS), UI/UX design, SEO, business solutions, etc. S Technologies has been working in research of new technologies especially in artificial intelligence, and developing new products. You'll find an overview of all our open source products on our website.
Support
If you are having general issues with this package, feel free to contact us on STechBD.Net/support.
If you believe you have found an issue, please report it using the GitHub issue tracker, or better yet, fork the repository and submit a pull request.
- Home Page
- Documentation
- GitHub Issues
- Composer Package
- Support Page
- Contact Form
- X (Twitter)
- YouTube
Hire Us
Contribute
More
Copyright
© 2013-24 S Technologies. All rights reserved.