Add boilerplate files to new drift packages

This commit is contained in:
Simon Binder 2021-10-10 21:18:27 +02:00
parent 8161c4a1e8
commit 348ac2e910
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
5 changed files with 32 additions and 8 deletions

21
drift/LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Simon Binder
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 4.6.0-dev
version: 1.0.0
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues

6
drift_dev/README.md Normal file
View File

@ -0,0 +1,6 @@
# moor Generator
This library contains the generator that turns your `Table` classes from drift
into database code.
Please see the homepage of [drift](https://drift.simonbinder.eu/) for details on how to use this package.

View File

@ -1,8 +1,8 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 4.5.1
version: 1.0.0
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
environment:

View File

@ -1,9 +1,6 @@
# moor Generator
This library contains the generator that turns your `Table` classes from moor
into database code. When using the moor, you'll probably want to use the
moor_flutter implementation directly.
into database code.
Please see the homepage of [moor](https://moor.simonbinder.eu/) or
the [moor_flutter package](https://pub.dartlang.org/packages/moor_flutter) for details
on how to use this package.
Please see the homepage of [moor](https://moor.simonbinder.eu/) for details on how to use this package.