Sha256: 15a51eb256d95f7798a7a18be1e21ca2d72a5703be810c6ed5d7b42a7ac70dfd

Contents?: true

Size: 141 Bytes

Versions: 6

Compression:

Stored size: 141 Bytes

Contents

class NetSystem::SqliteDb < NetSystem::Database
  set_client :sqlite

  def now
    array = client.now
    Time.parse array[1][0]
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lizarb-1.0.8 lib/net_system/subsystems/database/databases/sqlite_db.rb
lizarb-1.0.7 lib/net_system/subsystems/database/databases/sqlite_db.rb
lizarb-1.0.6 lib/net_system/subsystems/database/databases/sqlite_db.rb
lizarb-1.0.5 lib/net_system/sub/database/databases/sqlite_db.rb
lizarb-1.0.4 lib/net_system/net/controllers/database/sqlite_db.rb
lizarb-1.0.3 lib/net_system/net/controllers/database/sqlite_db.rb