forked from talkpython/write-pythonic-code-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.ids
More file actions
27 lines (27 loc) · 1.71 KB
/
Copy pathdataSources.ids
File metadata and controls
27 lines (27 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<component name="dataSourceStorage">
<data-source name="slicing_db" uuid="8bb4bd1d-6254-49eb-8c86-6e28d7023c1b">
<database-info product="SQLite" version="3.8.11" jdbc-version="2.1" driver-name="SQLiteJDBC" driver-version="native"/>
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed"/>
<schema name="" catalog=""/>
<table name="Measurement" schema="" catalog="" type="TABLE">
<column name="id" sqlType="INTEGER" precision="0" scale="-1" nullable="false" jdbcType="4"/>
<column name="x" sqlType="INTEGER" precision="0" scale="-1" nullable="true" jdbcType="4"/>
<column name="y" sqlType="INTEGER" precision="0" scale="-1" nullable="true" jdbcType="4"/>
<column name="value" sqlType="FLOAT" precision="0" scale="-1" nullable="true" jdbcType="6"/>
<primary-key columns="id"/>
</table>
</data-source>
<data-source name="demo_db" uuid="35b5cf00-25b0-486c-ad0e-a4924f786a9c">
<database-info product="SQLite" version="3.8.11" jdbc-version="2.1" driver-name="SQLiteJDBC" driver-version="native"/>
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed"/>
<schema name="" catalog=""/>
<table name="Measurement" schema="" catalog="" type="TABLE">
<column name="id" sqlType="INTEGER" precision="0" scale="-1" nullable="false" jdbcType="4"/>
<column name="x" sqlType="INTEGER" precision="0" scale="-1" nullable="true" jdbcType="4"/>
<column name="y" sqlType="INTEGER" precision="0" scale="-1" nullable="true" jdbcType="4"/>
<column name="value" sqlType="FLOAT" precision="0" scale="-1" nullable="true" jdbcType="6"/>
<primary-key columns="id"/>
</table>
</data-source>
</component>