bormashino-sequel-sqljs-adapter 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d4e22cb394cbd29fda2f57e7b8363882b50cc69ce7a9787b3e55cfd720beda8c
4
+ data.tar.gz: eb8b6c1aa5b019e2587f89ed601712a09119c5474bb810b4abe1d9730181fe4d
5
+ SHA512:
6
+ metadata.gz: ff2499bd81ebecf5030ef4ab774e800d628d363a59c7bd18068a010d15a56d6f829b102faa804f6c4dedad563620746c3caa8e34bf8869f2cd028f69d335a9f7
7
+ data.tar.gz: 24b490fdf570e1f50f6b70e4a0d339d9ec396c0a851a02fe25f95470612e4d40e28e2353fa912f6e39c04922aa8c241fc44d7031c378214d956b97f839e5edef
data/LICENSE.txt ADDED
@@ -0,0 +1,43 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 keyasuda
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
22
+
23
+ License of Sequel
24
+ https://github.com/jeremyevans/sequel/blob/master/MIT-LICENSE
25
+ Copyright (c) 2007-2008 Sharon Rosner
26
+ Copyright (c) 2008-2022 Jeremy Evans
27
+
28
+ Permission is hereby granted, free of charge, to any person obtaining a copy
29
+ of this software and associated documentation files (the "Software"), to
30
+ deal in the Software without restriction, including without limitation the
31
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
32
+ sell copies of the Software, and to permit persons to whom the Software is
33
+ furnished to do so, subject to the following conditions:
34
+
35
+ The above copyright notice and this permission notice shall be included in
36
+ all copies or substantial portions of the Software.
37
+
38
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
41
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
42
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
43
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # bormashino-sequel-sqljs-adapter
2
+
3
+ [SQL.JS](https://github.com/sql-js/sql.js/) adapter for [Sequel](https://github.com/jeremyevans/sequel) on browser with [Bormaŝino](https://github.com/keyasuda/bormashino) / [ruby.wasm](https://github.com/ruby/ruby.wasm)
4
+
5
+ For details, see https://github.com/keyasuda/bormashino-sequel-sqljs-adapter