greeenboii 0.1.7 → 0.1.9
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 +4 -4
- data/.idea/greeenboii.iml +30 -23
- data/.idea/jsLibraryMappings.xml +6 -0
- data/.idea/vcs.xml +0 -1
- data/.idea/workspace.xml +63 -6
- data/CHANGELOG.md +16 -0
- data/lib/greeenboii/version.rb +1 -1
- data/lib/greeenboii.rb +433 -0
- data/lib/libsql.rb +159 -0
- data/logs/turso_requests.log +54 -0
- data/logs/turso_responses.log +27 -0
- metadata +36 -9
- data/.idea/dataSources/28fe2501-d682-44de-9f2e-9ff4bf02ce84/storage_v2/_src_/schema/main.uQUzAA.meta +0 -2
- data/.idea/dataSources/28fe2501-d682-44de-9f2e-9ff4bf02ce84.xml +0 -1617
- data/.idea/dataSources.local.xml +0 -18
- data/.idea/dataSources.xml +0 -12
- data/.idea/sqldialects.xml +0 -7
data/.idea/dataSources.local.xml
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="dataSourceStorageLocal" created-in="RM-243.26053.19">
|
4
|
-
<data-source name="greeenboii_todo.db" uuid="28fe2501-d682-44de-9f2e-9ff4bf02ce84">
|
5
|
-
<database-info product="SQLite" version="3.45.1" jdbc-version="4.2" driver-name="SQLite JDBC" driver-version="3.45.1.0" dbms="SQLITE" exact-version="3.45.1" exact-driver-version="3.45">
|
6
|
-
<identifier-quote-string>"</identifier-quote-string>
|
7
|
-
</database-info>
|
8
|
-
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" />
|
9
|
-
<secret-storage>master_key</secret-storage>
|
10
|
-
<auth-provider>no-auth</auth-provider>
|
11
|
-
<schema-mapping>
|
12
|
-
<introspection-scope>
|
13
|
-
<node kind="schema" qname="@" />
|
14
|
-
</introspection-scope>
|
15
|
-
</schema-mapping>
|
16
|
-
</data-source>
|
17
|
-
</component>
|
18
|
-
</project>
|
data/.idea/dataSources.xml
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
4
|
-
<data-source source="LOCAL" name="greeenboii_todo.db" uuid="28fe2501-d682-44de-9f2e-9ff4bf02ce84">
|
5
|
-
<driver-ref>sqlite.xerial</driver-ref>
|
6
|
-
<synchronize>true</synchronize>
|
7
|
-
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
|
8
|
-
<jdbc-url>jdbc:sqlite:greeenboii_todo.db</jdbc-url>
|
9
|
-
<working-dir>$ProjectFileDir$</working-dir>
|
10
|
-
</data-source>
|
11
|
-
</component>
|
12
|
-
</project>
|
data/.idea/sqldialects.xml
DELETED