PDO\SQLite: add support for backup API
Đang mở
Extension: pdo_sqlite
Feature
Status: Verified
- Ngôn ngữ chính
- C
- Star
- 40.4k
- Fork
- 8.2k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 103
Mô tả
Description
SQLite3 class provides support for the SQLite3 backup API: https://www.php.net/manual/en/sqlite3.backup.php
SQLite3::backup(SQLite3 $destination, string $sourceDatabase = "main", string $destinationDatabase = "main"): bool
It would be nice to have the same in PDO\SQLite:
PDO\SQLite::backup(PDO\SQLite $destination, string $sourceDatabase = "main", string $destinationDatabase = "main"): bool
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.