Local DB support
See original GitHub issueEnvironment info
- OS: Windows 7
- App Version (
Command/Ctrl + ,
): Latest version
Description of the problem / feature request / question:
i created gist in lepton and it give me error gist creation failed because network was done
the gist was completely lost so i think it will be good in case of network down when gist creation is failed , it should save locally gist and when network is ok on sync it should create locally saved gists on github . Also it will be good if it maintain one local db for gists ,
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:16 (5 by maintainers)
Top Results From Across the Web
SQL Server Express LocalDB - Microsoft Learn
The LocalDB setup program uses the SqlLocalDB.msi program to install the necessary files on the computer. Once installed, LocalDB is an instance ...
Read more >What is LocalDB? - SQLCoffee.com
Unlimited local connections. ... It is the default development database for SQL Server Data Tools (SSDT). ... It supports Service Broker, although only...
Read more >Microsoft SQL Server LocalDB - DataGrip - JetBrains
This command creates an instance of LocalDB named DEVELOPMENT by using SQL Server 2017 binaries and starts the instance.
Read more >SQL Server Express LocalDB | notes on end user computing
LocalDB is a lightweight version of Express that has all its programmability features, yet runs in user mode and has a fast, zero-configuration ......
Read more >How to connect and use Microsoft SQL Server Express LocalDB
When an application that uses Microsoft SQL Server Express LocalDB is run and a connection is made to the database, the LocalDB process...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hackjutsu OK. I will make this feature~
@Mesod using something like https://github.com/rt2zz/redux-persist with https://github.com/psperber/redux-persist-electron-storage should help a lot.