mirror of https://github.com/AMT-Cheif/drift.git
Add boilerplate files to new drift packages
This commit is contained in:
parent
8161c4a1e8
commit
348ac2e910
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue