diff options
author | François Kooman <fkooman@tuxed.net> | 2020-08-09 21:54:53 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2020-08-09 21:54:53 +0200 |
commit | 04eaad0e3263c87bf74bfbd0690e1cecaa384727 (patch) | |
tree | 660af1b605327833c2a4f8e447042446dee3a6a7 /README.md | |
parent | 23b4cf61686cab81fca32c70692932491c14eb1f (diff) | |
download | php-sqlite-migrate-master.zip php-sqlite-migrate-master.tar.gz php-sqlite-migrate-master.tar.xz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +**Summary**: Library for SQLite database schema migration + +**Description**: Library written in PHP that assists with SQLite database +schema migrations. + +**License**: MIT + +# Introduction + Library written in PHP that can assist with [SQLite](https://www.sqlite.org/index.html) database migrations. |