Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sysop-bioinformatics
management_scripts
Commits
0fee53ee
Commit
0fee53ee
authored
Apr 27, 2021
by
Haarst, Jan van
Browse files
Added info on how to create database
parent
47541e3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_table.sql
View file @
0fee53ee
-- Create database like this : cat create_table.sql | sqlite3 users.sqlite3.db
CREATE
TABLE
IF
NOT
EXISTS
users
(
ID
INTEGER
PRIMARY
KEY
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment