activerecord-aurora-serverless-adapter 5.2.2 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -3
- data/Gemfile.lock +63 -55
- data/README.md +5 -4
- data/activerecord-aurora-serverless-adapter.gemspec +2 -5
- data/lib/active_record/connection_adapters/aurora_serverless/client.rb +0 -25
- data/lib/active_record/connection_adapters/aurora_serverless/mysql2.rb +14 -13
- data/lib/active_record/connection_adapters/aurora_serverless/mysql2/client.rb +0 -4
- data/lib/active_record/connection_adapters/aurora_serverless/version.rb +1 -1
- data/lib/mysql2.rb +1 -0
- metadata +5 -43
- data/test/aasa_helper.rb +0 -163
- data/test/aurora-serverless/bin/aurora-serverless.ts +0 -17
- data/test/aurora-serverless/cdk.context.json +0 -3
- data/test/aurora-serverless/cdk.json +0 -3
- data/test/aurora-serverless/lib/aurora-serverless-stack.ts +0 -194
- data/test/aurora-serverless/package-lock.json +0 -6485
- data/test/aurora-serverless/package.json +0 -21
- data/test/aurora-serverless/tsconfig.json +0 -23
- data/test/bin/_deploy-aurora +0 -8
- data/test/bin/_wakeup +0 -17
- data/test/bin/deploy-aurora +0 -8
- data/test/bin/wakeup +0 -8
- data/test/cases/aasa/mysql_client_test.rb +0 -59
- data/test/cases/aasa/mysql_result_test.rb +0 -63
- data/test/cases/aasa/mysql_types_test.rb +0 -135
- data/test/cases/coerced_tests.rb +0 -151
- data/test/config.yml +0 -20
- data/test/support/aasa_coerceable.rb +0 -53
- data/test/support/aasa_env.rb +0 -11
- data/test/support/aasa_fixtures.rb +0 -9
- data/test/support/aasa_minitest.rb +0 -39
- data/test/support/aasa_mysqlpatch.rb +0 -8
- data/test/support/aasa_paths.rb +0 -47
- data/test/support/aasa_rake.rb +0 -102
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 753090515e0b5d6dc65ac1fdabd712a1c7c673af742340d6e89c41464d1f5863
|
4
|
+
data.tar.gz: d48a50c7bc45a756202b4377ee16693db6d1ea153ba52d89459a3cb64f85f726
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 418749f96453b0dedf58dc2183e4886f09180423c008ab2f7c0126f2db4abf031b9ac3f3df80cba3c2088b4a14a1798b3861df5f31cf0e0847ebcbf6f4c4092d
|
7
|
+
data.tar.gz: 700cab49d4ea92f32c24b74c2cc1edee63a1c0ad42004db8dcc56560486144ea7a1491cee584d9fba60ffef3d1aad6619180fc8f97a4d987c5108465bb2846b8
|
data/Gemfile
CHANGED
@@ -2,7 +2,7 @@ source "https://rubygems.org"
|
|
2
2
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
3
3
|
gemspec
|
4
4
|
|
5
|
-
ENV['RAILS_VERSION'] = '
|
5
|
+
ENV['RAILS_VERSION'] = '6.0.2.1'
|
6
6
|
|
7
7
|
# This allows us to bundle to Rails via Git to get the ActiveRecord test files
|
8
8
|
# which comes down to a git tag. We can also use the `RAILS_VERSION` env variable
|
@@ -28,5 +28,3 @@ version = ENV['RAILS_VERSION'] || begin
|
|
28
28
|
end
|
29
29
|
end
|
30
30
|
gem 'rails', github: "rails/rails", tag: "v#{version}"
|
31
|
-
gem 'mocha', '1.9.0', require: false
|
32
|
-
gem 'bcrypt'
|
data/Gemfile.lock
CHANGED
@@ -1,76 +1,91 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/rails/rails
|
3
|
-
revision:
|
4
|
-
tag:
|
3
|
+
revision: 3a6e8a3ff94f8690dcd68d5184600eabc9e05664
|
4
|
+
tag: v6.0.2.1
|
5
5
|
specs:
|
6
|
-
actioncable (
|
7
|
-
actionpack (=
|
6
|
+
actioncable (6.0.2.1)
|
7
|
+
actionpack (= 6.0.2.1)
|
8
8
|
nio4r (~> 2.0)
|
9
9
|
websocket-driver (>= 0.6.1)
|
10
|
-
|
11
|
-
actionpack (=
|
12
|
-
|
13
|
-
|
10
|
+
actionmailbox (6.0.2.1)
|
11
|
+
actionpack (= 6.0.2.1)
|
12
|
+
activejob (= 6.0.2.1)
|
13
|
+
activerecord (= 6.0.2.1)
|
14
|
+
activestorage (= 6.0.2.1)
|
15
|
+
activesupport (= 6.0.2.1)
|
16
|
+
mail (>= 2.7.1)
|
17
|
+
actionmailer (6.0.2.1)
|
18
|
+
actionpack (= 6.0.2.1)
|
19
|
+
actionview (= 6.0.2.1)
|
20
|
+
activejob (= 6.0.2.1)
|
14
21
|
mail (~> 2.5, >= 2.5.4)
|
15
22
|
rails-dom-testing (~> 2.0)
|
16
|
-
actionpack (
|
17
|
-
actionview (=
|
18
|
-
activesupport (=
|
23
|
+
actionpack (6.0.2.1)
|
24
|
+
actionview (= 6.0.2.1)
|
25
|
+
activesupport (= 6.0.2.1)
|
19
26
|
rack (~> 2.0, >= 2.0.8)
|
20
27
|
rack-test (>= 0.6.3)
|
21
28
|
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
23
|
-
|
24
|
-
|
29
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
30
|
+
actiontext (6.0.2.1)
|
31
|
+
actionpack (= 6.0.2.1)
|
32
|
+
activerecord (= 6.0.2.1)
|
33
|
+
activestorage (= 6.0.2.1)
|
34
|
+
activesupport (= 6.0.2.1)
|
35
|
+
nokogiri (>= 1.8.5)
|
36
|
+
actionview (6.0.2.1)
|
37
|
+
activesupport (= 6.0.2.1)
|
25
38
|
builder (~> 3.1)
|
26
39
|
erubi (~> 1.4)
|
27
40
|
rails-dom-testing (~> 2.0)
|
28
|
-
rails-html-sanitizer (~> 1.
|
29
|
-
activejob (
|
30
|
-
activesupport (=
|
41
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
42
|
+
activejob (6.0.2.1)
|
43
|
+
activesupport (= 6.0.2.1)
|
31
44
|
globalid (>= 0.3.6)
|
32
|
-
activemodel (
|
33
|
-
activesupport (=
|
34
|
-
activerecord (
|
35
|
-
activemodel (=
|
36
|
-
activesupport (=
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
activerecord (=
|
45
|
+
activemodel (6.0.2.1)
|
46
|
+
activesupport (= 6.0.2.1)
|
47
|
+
activerecord (6.0.2.1)
|
48
|
+
activemodel (= 6.0.2.1)
|
49
|
+
activesupport (= 6.0.2.1)
|
50
|
+
activestorage (6.0.2.1)
|
51
|
+
actionpack (= 6.0.2.1)
|
52
|
+
activejob (= 6.0.2.1)
|
53
|
+
activerecord (= 6.0.2.1)
|
41
54
|
marcel (~> 0.3.1)
|
42
|
-
activesupport (
|
55
|
+
activesupport (6.0.2.1)
|
43
56
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
57
|
i18n (>= 0.7, < 2)
|
45
58
|
minitest (~> 5.1)
|
46
59
|
tzinfo (~> 1.1)
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
60
|
+
zeitwerk (~> 2.2)
|
61
|
+
rails (6.0.2.1)
|
62
|
+
actioncable (= 6.0.2.1)
|
63
|
+
actionmailbox (= 6.0.2.1)
|
64
|
+
actionmailer (= 6.0.2.1)
|
65
|
+
actionpack (= 6.0.2.1)
|
66
|
+
actiontext (= 6.0.2.1)
|
67
|
+
actionview (= 6.0.2.1)
|
68
|
+
activejob (= 6.0.2.1)
|
69
|
+
activemodel (= 6.0.2.1)
|
70
|
+
activerecord (= 6.0.2.1)
|
71
|
+
activestorage (= 6.0.2.1)
|
72
|
+
activesupport (= 6.0.2.1)
|
57
73
|
bundler (>= 1.3.0)
|
58
|
-
railties (=
|
74
|
+
railties (= 6.0.2.1)
|
59
75
|
sprockets-rails (>= 2.0.0)
|
60
|
-
railties (
|
61
|
-
actionpack (=
|
62
|
-
activesupport (=
|
76
|
+
railties (6.0.2.1)
|
77
|
+
actionpack (= 6.0.2.1)
|
78
|
+
activesupport (= 6.0.2.1)
|
63
79
|
method_source
|
64
80
|
rake (>= 0.8.7)
|
65
|
-
thor (>= 0.
|
81
|
+
thor (>= 0.20.3, < 2.0)
|
66
82
|
|
67
83
|
PATH
|
68
84
|
remote: .
|
69
85
|
specs:
|
70
|
-
activerecord-aurora-serverless-adapter (
|
71
|
-
activerecord (
|
86
|
+
activerecord-aurora-serverless-adapter (6.0.0)
|
87
|
+
activerecord (>= 6.0)
|
72
88
|
aws-sdk-rdsdataservice
|
73
|
-
retriable
|
74
89
|
|
75
90
|
GEM
|
76
91
|
remote: https://rubygems.org/
|
@@ -80,10 +95,9 @@ GEM
|
|
80
95
|
bundler
|
81
96
|
rake
|
82
97
|
thor (>= 0.14.0)
|
83
|
-
arel (9.0.0)
|
84
98
|
aws-eventstream (1.0.3)
|
85
|
-
aws-partitions (1.
|
86
|
-
aws-sdk-core (3.
|
99
|
+
aws-partitions (1.260.0)
|
100
|
+
aws-sdk-core (3.86.0)
|
87
101
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
88
102
|
aws-partitions (~> 1, >= 1.239.0)
|
89
103
|
aws-sigv4 (~> 1.1)
|
@@ -93,7 +107,6 @@ GEM
|
|
93
107
|
aws-sigv4 (~> 1.1)
|
94
108
|
aws-sigv4 (1.1.0)
|
95
109
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
96
|
-
bcrypt (3.1.13)
|
97
110
|
builder (3.2.4)
|
98
111
|
coderay (1.1.2)
|
99
112
|
concurrent-ruby (1.1.5)
|
@@ -112,7 +125,6 @@ GEM
|
|
112
125
|
mini_mime (>= 0.1.1)
|
113
126
|
marcel (0.3.3)
|
114
127
|
mimemagic (~> 0.3.2)
|
115
|
-
metaclass (0.0.4)
|
116
128
|
method_source (0.9.2)
|
117
129
|
mimemagic (0.3.3)
|
118
130
|
mini_mime (1.0.2)
|
@@ -125,8 +137,6 @@ GEM
|
|
125
137
|
ruby-progressbar
|
126
138
|
minitest-retry (0.1.9)
|
127
139
|
minitest (>= 5.0)
|
128
|
-
mocha (1.9.0)
|
129
|
-
metaclass (~> 0.0.1)
|
130
140
|
nio4r (2.5.2)
|
131
141
|
nokogiri (1.10.7)
|
132
142
|
mini_portile2 (~> 2.4.0)
|
@@ -142,7 +152,6 @@ GEM
|
|
142
152
|
rails-html-sanitizer (1.3.0)
|
143
153
|
loofah (~> 2.3)
|
144
154
|
rake (13.0.1)
|
145
|
-
retriable (3.1.2)
|
146
155
|
ruby-progressbar (1.10.1)
|
147
156
|
sprockets (4.0.0)
|
148
157
|
concurrent-ruby (~> 1.0)
|
@@ -159,6 +168,7 @@ GEM
|
|
159
168
|
websocket-driver (0.7.1)
|
160
169
|
websocket-extensions (>= 0.1.0)
|
161
170
|
websocket-extensions (0.1.4)
|
171
|
+
zeitwerk (2.2.2)
|
162
172
|
|
163
173
|
PLATFORMS
|
164
174
|
ruby
|
@@ -166,12 +176,10 @@ PLATFORMS
|
|
166
176
|
DEPENDENCIES
|
167
177
|
activerecord-aurora-serverless-adapter!
|
168
178
|
appraisal
|
169
|
-
bcrypt
|
170
179
|
dotenv
|
171
180
|
minitest
|
172
181
|
minitest-reporters
|
173
182
|
minitest-retry
|
174
|
-
mocha (= 1.9.0)
|
175
183
|
pry
|
176
184
|
rails!
|
177
185
|
rake
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
#
|
2
|
+
# ActiveRecord Aurora Serverless Adapter
|
3
3
|
|
4
4
|
<a href="https://www.youtube.com/watch?v=Q0cqKl6ktIg"><img alt="Aurora Serverless on Rails" src="https://user-images.githubusercontent.com/2381/71551059-c507f180-29ab-11ea-91dc-0e83a0ed317f.png"></a>
|
5
5
|
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
<a href="https://github.com/customink/lamby"><img src="https://user-images.githubusercontent.com/2381/59363668-89edeb80-8d03-11e9-9985-2ce14361b7e3.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="300" /></a>
|
9
9
|
|
10
|
-
Simple ActiveRecord Mysql2 adapter extensions to allow Rails to use [AWS Aurora Serverless](https://aws.amazon.com/rds/aurora/serverless/) via the [Aws::RDSDataService::Client](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDSDataService/Client.html)
|
10
|
+
Simple ActiveRecord Mysql2 adapter extensions to allow Rails to use [AWS Aurora Serverless](https://aws.amazon.com/rds/aurora/serverless/) via the [Aws::RDSDataService::Client](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDSDataService/Client.html) interface. Perfect if you are using [Lamby](https://lamby.custominktech.com) to deploy your Rails applications to AWS Lambda.
|
11
11
|
|
12
12
|
**[Lamby: Simple Rails & AWS Lambda Integration using Rack.](https://lamby.custominktech.com)**
|
13
13
|
|
@@ -16,6 +16,7 @@ Simple ActiveRecord Mysql2 adapter extensions to allow Rails to use [AWS Aurora
|
|
16
16
|
|
17
17
|
This gem allows Rails to seamless use
|
18
18
|
|
19
|
+
* Tested on Rails v5.2 and v6.0.
|
19
20
|
* No need for the `mysql2` gem at all!
|
20
21
|
* Developed and tested with Aurora Serverless MySQL v5.6.
|
21
22
|
* Emoji support via `utf8mb4`. Please configure your cluster's parameter group. See our [CDK Stack](/blob/master/test/aurora-serverless/lib/aurora-serverless-stack.ts) for examples.
|
@@ -58,7 +59,7 @@ Cloning the repo and running the tests locally is super easy assuming you have:
|
|
58
59
|
1. Docker Installed
|
59
60
|
2. AWS Account Configured
|
60
61
|
|
61
|
-
These commands will use Docker to setup a node runtime leveraging [AWD CDK](https://github.com/aws/aws-cdk) to deploy
|
62
|
+
These commands will use Docker to setup a node runtime leveraging [AWD CDK](https://github.com/aws/aws-cdk) to deploy an Aurora Serverless stack. Note, you may be to use/set `AWS_PROFILE` for the deploy command.
|
62
63
|
|
63
64
|
```s
|
64
65
|
$ ./bin/bootstrap
|
@@ -67,7 +68,7 @@ $ export AASA_MASTER_PASS=supersecret
|
|
67
68
|
$ ./test/bin/deploy-aurora
|
68
69
|
```
|
69
70
|
|
70
|
-
The outputs of this deployed stack will
|
71
|
+
The outputs of this deployed stack will contain an `AASASecretArn` and a `AASAAuroraClusterArn` value. Please place these into the local `.env` file in the following format where `{{ Value }}` is replaced.
|
71
72
|
|
72
73
|
```
|
73
74
|
AASA_SECRET_ARN={{ AASASecretArn }}
|
@@ -12,16 +12,13 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.homepage = 'https://github.com/customink/activerecord-aurora-serverless-adapter'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
15
|
-
`git ls-files -z`.split("\x0").reject
|
16
|
-
f.match(%r{^(test|spec|features|docker)/i})
|
17
|
-
end
|
15
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
16
|
end
|
19
17
|
spec.bindir = 'exe'
|
20
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
21
19
|
spec.require_paths = ['lib']
|
22
|
-
spec.add_runtime_dependency 'activerecord', '
|
20
|
+
spec.add_runtime_dependency 'activerecord', '>= 6.0'
|
23
21
|
spec.add_runtime_dependency 'aws-sdk-rdsdataservice'
|
24
|
-
spec.add_runtime_dependency 'retriable'
|
25
22
|
spec.add_development_dependency 'appraisal'
|
26
23
|
spec.add_development_dependency 'dotenv'
|
27
24
|
spec.add_development_dependency 'minitest'
|
@@ -23,14 +23,6 @@ module ActiveRecord
|
|
23
23
|
"#<#{self.class} database: #{database.inspect}, raw_client: #{raw_client.inspect}>"
|
24
24
|
end
|
25
25
|
|
26
|
-
def execute_statement_retry(sql)
|
27
|
-
if @connected
|
28
|
-
execute_statement(sql)
|
29
|
-
else
|
30
|
-
auto_paused_retry { execute_statement(sql) }
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
26
|
def execute_statement(sql)
|
35
27
|
id = @transactions.first
|
36
28
|
debug_transactions "EXECUTE: #{sql}", id
|
@@ -42,7 +34,6 @@ module ActiveRecord
|
|
42
34
|
include_result_metadata: true,
|
43
35
|
transaction_id: id
|
44
36
|
}).tap do |r|
|
45
|
-
@connected = true
|
46
37
|
@affected_rows = affected_rows_result(r)
|
47
38
|
@last_id = last_id_result(r)
|
48
39
|
end
|
@@ -109,22 +100,6 @@ module ActiveRecord
|
|
109
100
|
field.long_value || field.string_value || field.double_value
|
110
101
|
end
|
111
102
|
|
112
|
-
def auto_paused_retry
|
113
|
-
error_klass = Aws::RDSDataService::Errors::BadRequestException
|
114
|
-
error_msg = /last packet sent successfully to the server was/
|
115
|
-
retry_msg = 'Aurora auto paused, retrying...'
|
116
|
-
on_retry = Proc.new { sleep(1) ; ::Rails.logger.info(retry_msg) }
|
117
|
-
Retriable.retriable({
|
118
|
-
on: { error_klass => error_msg },
|
119
|
-
on_retry: on_retry,
|
120
|
-
tries: auto_paused_retry_count
|
121
|
-
}) { yield }
|
122
|
-
end
|
123
|
-
|
124
|
-
def auto_paused_retry_count
|
125
|
-
10
|
126
|
-
end
|
127
|
-
|
128
103
|
def debug_transactions(name, id = 'NOID')
|
129
104
|
return unless @debug_transactions
|
130
105
|
ActiveRecord::Base.logger.debug " \e[36m#{name} #{id} #{object_id}\e[0m"
|
@@ -33,32 +33,33 @@ module ActiveRecord
|
|
33
33
|
|
34
34
|
# Abstract Mysql Adapter
|
35
35
|
|
36
|
-
def translate_exception(exception, message)
|
37
|
-
|
36
|
+
def translate_exception(exception, message:, sql:, binds:)
|
37
|
+
msg = exception.message
|
38
|
+
case msg
|
38
39
|
when /Duplicate entry/
|
39
|
-
RecordNotUnique.new(
|
40
|
+
RecordNotUnique.new(msg, sql: sql, binds: binds)
|
40
41
|
when /foreign key constraint fails/
|
41
|
-
InvalidForeignKey.new(
|
42
|
+
InvalidForeignKey.new(msg, sql: sql, binds: binds)
|
42
43
|
when /Cannot add foreign key constraint/,
|
43
44
|
/referenced column .* in foreign key constraint .* are incompatible/
|
44
|
-
mismatched_foreign_key(
|
45
|
+
mismatched_foreign_key(msg, sql: sql, binds: binds)
|
45
46
|
when /Data too long for column/
|
46
|
-
ValueTooLong.new(
|
47
|
+
ValueTooLong.new(msg, sql: sql, binds: binds)
|
47
48
|
when /Out of range value for column/
|
48
|
-
RangeError.new(
|
49
|
+
RangeError.new(msg, sql: sql, binds: binds)
|
49
50
|
when /Column .* cannot be null/,
|
50
51
|
/Field .* doesn't have a default value/
|
51
|
-
NotNullViolation.new(
|
52
|
+
NotNullViolation.new(msg, sql: sql, binds: binds)
|
52
53
|
when /Deadlock found when trying to get lock/
|
53
|
-
Deadlocked.new(
|
54
|
+
Deadlocked.new(msg, sql: sql, binds: binds)
|
54
55
|
when /Lock wait timeout exceeded/
|
55
|
-
LockWaitTimeout.new(
|
56
|
+
LockWaitTimeout.new(msg, sql: sql, binds: binds)
|
56
57
|
when /max_statement_time exceeded/, /Sort aborted/
|
57
|
-
StatementTimeout.new(
|
58
|
+
StatementTimeout.new(msg, sql: sql, binds: binds)
|
58
59
|
when /Query execution was interrupted/
|
59
|
-
QueryCanceled.new(
|
60
|
+
QueryCanceled.new(msg, sql: sql, binds: binds)
|
60
61
|
else
|
61
|
-
ActiveRecord::StatementInvalid.new(
|
62
|
+
ActiveRecord::StatementInvalid.new(msg, sql: sql, binds: binds)
|
62
63
|
end
|
63
64
|
end
|
64
65
|
|
data/lib/mysql2.rb
CHANGED
metadata
CHANGED
@@ -1,45 +1,31 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-aurora-serverless-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ken Collins
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.0
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 5.2.0
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: aws-sdk-rdsdataservice
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
30
16
|
requirements:
|
31
17
|
- - ">="
|
32
18
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
19
|
+
version: '6.0'
|
34
20
|
type: :runtime
|
35
21
|
prerelease: false
|
36
22
|
version_requirements: !ruby/object:Gem::Requirement
|
37
23
|
requirements:
|
38
24
|
- - ">="
|
39
25
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0'
|
26
|
+
version: '6.0'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
28
|
+
name: aws-sdk-rdsdataservice
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
44
30
|
requirements:
|
45
31
|
- - ">="
|
@@ -204,30 +190,6 @@ files:
|
|
204
190
|
- lib/active_record/connection_adapters/aurora_serverless_adapter.rb
|
205
191
|
- lib/activerecord-aurora-serverless-adapter.rb
|
206
192
|
- lib/mysql2.rb
|
207
|
-
- test/aasa_helper.rb
|
208
|
-
- test/aurora-serverless/bin/aurora-serverless.ts
|
209
|
-
- test/aurora-serverless/cdk.context.json
|
210
|
-
- test/aurora-serverless/cdk.json
|
211
|
-
- test/aurora-serverless/lib/aurora-serverless-stack.ts
|
212
|
-
- test/aurora-serverless/package-lock.json
|
213
|
-
- test/aurora-serverless/package.json
|
214
|
-
- test/aurora-serverless/tsconfig.json
|
215
|
-
- test/bin/_deploy-aurora
|
216
|
-
- test/bin/_wakeup
|
217
|
-
- test/bin/deploy-aurora
|
218
|
-
- test/bin/wakeup
|
219
|
-
- test/cases/aasa/mysql_client_test.rb
|
220
|
-
- test/cases/aasa/mysql_result_test.rb
|
221
|
-
- test/cases/aasa/mysql_types_test.rb
|
222
|
-
- test/cases/coerced_tests.rb
|
223
|
-
- test/config.yml
|
224
|
-
- test/support/aasa_coerceable.rb
|
225
|
-
- test/support/aasa_env.rb
|
226
|
-
- test/support/aasa_fixtures.rb
|
227
|
-
- test/support/aasa_minitest.rb
|
228
|
-
- test/support/aasa_mysqlpatch.rb
|
229
|
-
- test/support/aasa_paths.rb
|
230
|
-
- test/support/aasa_rake.rb
|
231
193
|
homepage: https://github.com/customink/activerecord-aurora-serverless-adapter
|
232
194
|
licenses:
|
233
195
|
- MIT
|