Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1602cc0

Browse files
committedSep 28, 2017
Link milestone
1 parent 44452ad commit 1602cc0

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed
 

‎Documentation/Planning.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
11
# SQLite.swift Planning
22

3-
This document captures both near term steps (aka Roadmap) and feature requests.
4-
The goal is to add some visibility and guidance for future additions and Pull Requests, as well as to keep the Issues list clear of enhancement requests so that bugs are more visible.
3+
This document captures both near term steps (aka Roadmap) and feature
4+
requests. The goal is to add some visibility and guidance for future
5+
additions and Pull Requests, as well as to keep the Issues list clear of
6+
enhancement requests so that bugs are more visible.
7+
8+
> ⚠ This document is currently not actively maintained. See
9+
> the [0.12.0 milestone](https://github.com/stephencelis/SQLite.swift/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.12.0)
10+
> on Github for additional information about planned features for the next release.
511
612
## Roadmap
713

814
_Lists agreed upon next steps in approximate priority order._
915

1016
## Feature Requests
1117

12-
_A gathering point for ideas for new features. In general, the corresponding issue will be closed once it is added here, with the assumption that it will be referred to when it comes time to add the corresponding feature._
18+
_A gathering point for ideas for new features. In general, the corresponding
19+
issue will be closed once it is added here, with the assumption that it will
20+
be referred to when it comes time to add the corresponding feature._
1321

1422
### Features
1523

16-
* encapsulate ATTACH DATABASE / DETACH DATABASE as methods, per [#30](https://github.com/stephencelis/SQLite.swift/issues/30)
17-
* provide separate threads for update vs read, so updates don't block reads, per [#236](https://github.com/stephencelis/SQLite.swift/issues/236)
18-
* expose triggers, per [#164](https://github.com/stephencelis/SQLite.swift/issues/164)
24+
* encapsulate ATTACH DATABASE / DETACH DATABASE as methods, per
25+
[#30](https://github.com/stephencelis/SQLite.swift/issues/30)
26+
* provide separate threads for update vs read, so updates don't block reads,
27+
per [#236](https://github.com/stephencelis/SQLite.swift/issues/236)
28+
* expose triggers, per
29+
[#164](https://github.com/stephencelis/SQLite.swift/issues/164)
1930

2031
## Suspended Feature Requests
2132

22-
_Features that are not actively being considered, perhaps because of no clean type-safe way to implement them with the current Swift, or bugs, or just general uncertainty._
33+
_Features that are not actively being considered, perhaps because of no clean
34+
type-safe way to implement them with the current Swift, or bugs, or just
35+
general uncertainty._
2336

24-
* provide a mechanism for INSERT INTO multiple values, per [#168](https://github.com/stephencelis/SQLite.swift/issues/168)
37+
* provide a mechanism for INSERT INTO multiple values, per
38+
[#168](https://github.com/stephencelis/SQLite.swift/issues/168)

0 commit comments

Comments
 (0)
Please sign in to comment.