gulfspot.blogg.se

Rubyinstaller sqlite3
Rubyinstaller sqlite3












rubyinstaller sqlite3
  1. #RUBYINSTALLER SQLITE3 INSTALL#
  2. #RUBYINSTALLER SQLITE3 CODE#

sqlite3.exe – this is the command line utility.sqlite3.dll – this is the actual database.

rubyinstaller sqlite3

Once you unzip both of those you will have several files, the important ones are: sqlite-3_6_16.zip – this one is a command line utility that can be used to administer a SQLite databaseīoth of those files are located on the downloads page –, under the ‘Precompiled Binaries For Windows’ section.

#RUBYINSTALLER SQLITE3 INSTALL#

  • sqlitedll-3_6_16.zip – you can think of this one as actually being the SQLite database that you will install on your machine.
  • You need to download two things from the SQLite website (well strictly speaking you only actually NEED one, but we’ll download both since the other one is useful): The information on the old What To Download And Where To Put Itįirst thing first, before we involve Ruby directly lets download set up everything we need.

    #RUBYINSTALLER SQLITE3 CODE#

    However when I tried to use it in my Ruby code I found that it wasn’t that straight forward getting everything to work, especially if you’re using Ruby on windows.

    rubyinstaller sqlite3

    SQLite is a great little embeddable database engine that’s meant to be self-contained, easy to use and not require configuration.














    Rubyinstaller sqlite3