Skip to content

Commit a5f4de8

Browse files
authored
release(db_studio): v0.1.0 (#418)
Initial release
1 parent d26c01c commit a5f4de8

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

.github/workflows/celest_db_studio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dart analyze
3535
- name: Format
3636
working-directory: packages/celest_db_studio
37-
run: dart format --language-version=latest --set-exit-if-changed .
37+
run: dart format --set-exit-if-changed .
3838
test:
3939
runs-on: ubuntu-latest
4040
timeout-minutes: 10

packages/celest_db_studio/LICENSE

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Copyright (c) 2025 The Celest project authors
2+
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation and/or
11+
other materials provided with the distribution.
12+
13+
Subject to the terms and conditions of this license, each copyright holder and
14+
contributor hereby grants to those receiving rights under this license a
15+
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16+
(except for failure to satisfy the conditions of this license) patent license to
17+
make, have made, use, offer to sell, sell, import, and otherwise transfer this
18+
software, where such license applies only to those patent claims, already
19+
acquired or hereafter acquired, licensable by such copyright holder or
20+
contributor that are necessarily infringed by:
21+
22+
(a) their Contribution(s) (the licensed copyrights of copyright holders and
23+
non-copyrightable additions of contributors, in source or binary form) alone; or
24+
25+
(b) combination of their Contribution(s) with the work of authorship to which
26+
such Contribution(s) was added by such copyright holder or contributor, if, at
27+
the time the Contribution is added, such addition causes such combination to be
28+
necessarily infringed. The patent license shall not apply to any other
29+
combinations which include the Contribution.
30+
31+
Except as expressly stated above, no rights or licenses from any copyright
32+
holder or contributor is granted under this license, whether expressly, by
33+
implication, estoppel or otherwise.
34+
35+
DISCLAIMER
36+
37+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
38+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
39+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
41+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
43+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
44+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
45+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

packages/celest_db_studio/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: celest_db_studio
22
description: A wrapper over Outerbase Studio for Celest databases.
33
version: 0.1.0
4+
homepage: https://celest.dev
5+
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_db_studio
46

57
environment:
68
sdk: ^3.7.0
79
resolution: workspace
810

911
dependencies:
10-
celest_core: ^1.0.3-wip
12+
celest_core: ^1.0.3
1113
drift: ^2.26.1
1214
drift_hrana: ^1.0.5
1315
embed_annotation: ^1.2.2

0 commit comments

Comments
 (0)