Skip to content

Commit c531d2e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3dc4b46 + fa17291 commit c531d2e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55

66
# Laravel Partitions for Migrations
7-
This package extends Illuminate to provide partitioned table creation in migrations.
7+
This package extends Illuminate to provide partitioned table creation in migrations for PostgreSQL. Support for other DMBS's will be added soon.
88

99
[![Latest Version on Packagist](https://img.shields.io/packagist/v/orptech/laravel-migration-partition.svg?style=flat-square)](https://packagist.org/packages/orptech/laravel-migration-partition)
1010
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/orptech-com/laravel-migration-partition/run-tests?label=tests)](https://github.com/orptech-com/laravel-migration-partition/actions?query=workflow%3Arun-tests+branch%3Amain)
@@ -22,13 +22,21 @@ You can install the package via composer:
2222
composer require orptech/laravel-migration-partition
2323
```
2424

25-
## Supported DBMS List
25+
## DBMS Support
2626

2727
- PostgreSQL
2828

29+
### Planned Development
30+
31+
- MySQL
32+
- MariaDB
33+
- SQL Server 2017+
34+
- SQLite 3.8.8+
2935

3036
## Usage
3137

38+
39+
### PostgreSQL Range Partitioning
3240
Instead of importing Illuminate's Schema import this package's schema:
3341
```php
3442
use Illuminate\Database\Schema\Blueprint;

0 commit comments

Comments
 (0)